Html Css Color HEX #D9359D Deep Cerise

📋 copy color: '#D9359D'

red 217 ◦ green 53 ◦ blue 157

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

Shades of Deep Cerise #D9359D

Tints of Deep Cerise #D9359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 50.82%
G = 12.41%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9359D (or 0xD9359D) is known color: Deep Cerise. HEX triplet: D9, 35 and 9D. RGB value is (217,53,157). Sum of RGB (Red+Green+Blue) = 217+53+157=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9359D is #26CA62. Grayscale: #717171. Windows color (decimal): -2542179 or 10302937. OLE color: 10302937.

HSL color Cylindrical-coordinate representation of color #D9359D: hue angle of 321.95º 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 #D9359D is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 157 -
CMYK 0 0.76 0.28 0.15
HSL 321.95º 0.68% 0.53% -
HSV(B) 321.95º 0.76% 0.85% -
XYZ 35.97 19.73 33.81 -
YUV 113.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 217 53 157 0 0.76 0.28 0.15 321.95 0.68 0.53
Hex D9 35 9D 0 4C 1C F 142 44 35
Octal 331 65 235 0 114 34 17 502 104 65
Binary 11011001 110101 10011101 0 1001100 11100 1111 101000010 1000100 110101

Color Harmonies of #D9359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9359D

Black with #D9359D

Text Example


Text Example

White with #D9359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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