Html Css Color HEX #D5298F Deep Cerise

📋 copy color: '#D5298F'

red 213 ◦ green 41 ◦ blue 143

#D5298F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D5298F

Tints of Deep Cerise #D5298F

RGB

 RED value IS 213 (83.59% from 255) = 53.65%

 GREEN value IS 41 (16.41% from 255) = 10.33%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 53.65%
G = 10.33%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5298F (or 0xD5298F) is known color: Deep Cerise. HEX triplet: D5, 29 and 8F. RGB value is (213,41,143). Sum of RGB (Red+Green+Blue) = 213+41+143=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5298F is #2AD670. Grayscale: #676767. Windows color (decimal): -2807409 or 9382357. OLE color: 9382357.

HSL color Cylindrical-coordinate representation of color #D5298F: hue angle of 324.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5298F is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 143 -
CMYK 0 0.81 0.33 0.16
HSL 324.42º 0.68% 0.5% -
HSV(B) 324.42º 0.81% 0.84% -
XYZ 33.19 17.72 27.66 -
YUV 104.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 213 41 143 0 0.81 0.33 0.16 324.42 0.68 0.5
Hex D5 29 8F 0 51 21 10 144 44 32
Octal 325 51 217 0 121 41 20 504 104 62
Binary 11010101 101001 10001111 0 1010001 100001 10000 101000100 1000100 110010

Color Harmonies of #D5298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5298F

Black with #D5298F

Text Example


Text Example

White with #D5298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5298F; }

 p { color: rgb(213,41,143); }

 H1.HeaderClassName
 {
   color: #D5298F;
 }
 .AnyTagClassName
 {
   color: #D5298F;
 }
</style>

background-color css

<style>
 a { background-color: #D5298F; }

 a { background-color: rgb(213,41,143); }

 div.DivClassName
 {
   background-color: #D5298F;
 }
 .BgClassName
 {
   background-color: #D5298F;
 }
</style>

border-color css

<style>
 span { border-color: #D5298F; }

 span { border-color: rgb(213,41,143); }

 td.TdClassName
 {
   border-color: #D5298F;
 }
 .TagClassName
 {
   border-color: #D5298F;
 }
</style>