Html Css Color HEX #D9357C Deep Cerise

📋 copy color: '#D9357C'

red 217 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #D9357C

Tints of Deep Cerise #D9357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 55.08%
G = 13.45%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9357C (or 0xD9357C) is known color: Deep Cerise. HEX triplet: D9, 35 and 7C. RGB value is (217,53,124). Sum of RGB (Red+Green+Blue) = 217+53+124=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9357C is #26CA83. Grayscale: #6E6E6E. Windows color (decimal): -2542212 or 8140249. OLE color: 8140249.

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

Color convert

RGB 217 53 124 -
CMYK 0 0.76 0.43 0.15
HSL 334.02º 0.68% 0.53% -
HSV(B) 334.02º 0.76% 0.85% -
XYZ 33.53 18.75 20.92 -
YUV 110.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 217 53 124 0 0.76 0.43 0.15 334.02 0.68 0.53
Hex D9 35 7C 0 4C 2B F 14E 44 35
Octal 331 65 174 0 114 53 17 516 104 65
Binary 11011001 110101 1111100 0 1001100 101011 1111 101001110 1000100 110101

Color Harmonies of #D9357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9357C

Black with #D9357C

Text Example


Text Example

White with #D9357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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