Html Css Color HEX #D9359E Deep Cerise

📋 copy color: '#D9359E'

red 217 ◦ green 53 ◦ blue 158

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

Shades of Deep Cerise #D9359E

Tints of Deep Cerise #D9359E

RGB

 RED value IS 217 (85.16% from 255) = 50.7%

 GREEN value IS 53 (21.09% from 255) = 12.38%

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 50.7%
G = 12.38%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9359E (or 0xD9359E) is known color: Deep Cerise. HEX triplet: D9, 35 and 9E. RGB value is (217,53,158). Sum of RGB (Red+Green+Blue) = 217+53+158=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9359E is #26CA61. Grayscale: #717171. Windows color (decimal): -2542178 or 10368473. OLE color: 10368473.

HSL color Cylindrical-coordinate representation of color #D9359E: hue angle of 321.59º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9359E is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 158 -
CMYK 0 0.76 0.27 0.15
HSL 321.59º 0.68% 0.53% -
HSV(B) 321.59º 0.76% 0.85% -
XYZ 36.06 19.77 34.26 -
YUV 114.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 217 53 158 0 0.76 0.27 0.15 321.59 0.68 0.53
Hex D9 35 9E 0 4C 1B F 142 44 35
Octal 331 65 236 0 114 33 17 502 104 65
Binary 11011001 110101 10011110 0 1001100 11011 1111 101000010 1000100 110101

Color Harmonies of #D9359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9359E

Black with #D9359E

Text Example


Text Example

White with #D9359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9359E; }

 p { color: rgb(217,53,158); }

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

background-color css

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

 a { background-color: rgb(217,53,158); }

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

border-color css

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

 span { border-color: rgb(217,53,158); }

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