Html Css Color HEX #D13574 Deep Cerise

📋 copy color: '#D13574'

red 209 ◦ green 53 ◦ blue 116

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

Shades of Deep Cerise #D13574

Tints of Deep Cerise #D13574

RGB

 RED value IS 209 (82.03% from 255) = 55.29%

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 55.29%
G = 14.02%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13574 (or 0xD13574) is known color: Deep Cerise. HEX triplet: D1, 35 and 74. RGB value is (209,53,116). Sum of RGB (Red+Green+Blue) = 209+53+116=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13574 is #2ECA8B. Grayscale: #6A6A6A. Windows color (decimal): -3066508 or 7615953. OLE color: 7615953.

HSL color Cylindrical-coordinate representation of color #D13574: hue angle of 335.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13574 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 116 -
CMYK 0 0.75 0.44 0.18
HSL 335.77º 0.63% 0.51% -
HSV(B) 335.77º 0.75% 0.82% -
XYZ 30.72 17.36 18.26 -
YUV 106.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 209 53 116 0 0.75 0.44 0.18 335.77 0.63 0.51
Hex D1 35 74 0 4B 2C 12 150 3F 33
Octal 321 65 164 0 113 54 22 520 77 63
Binary 11010001 110101 1110100 0 1001011 101100 10010 101010000 111111 110011

Color Harmonies of #D13574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13574

Black with #D13574

Text Example


Text Example

White with #D13574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13574; }

 p { color: rgb(209,53,116); }

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

background-color css

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

 a { background-color: rgb(209,53,116); }

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

border-color css

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

 span { border-color: rgb(209,53,116); }

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