Html Css Color HEX #D13575 Deep Cerise

📋 copy color: '#D13575'

red 209 ◦ green 53 ◦ blue 117

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

Shades of Deep Cerise #D13575

Tints of Deep Cerise #D13575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 55.15%
G = 13.98%
B = 30.87%

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

#D13575 (or 0xD13575) is known color: Deep Cerise. HEX triplet: D1, 35 and 75. RGB value is (209,53,117). Sum of RGB (Red+Green+Blue) = 209+53+117=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13575 is #2ECA8A. Grayscale: #6A6A6A. Windows color (decimal): -3066507 or 7681489. OLE color: 7681489.

HSL color Cylindrical-coordinate representation of color #D13575: hue angle of 335.38º 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 #D13575 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 117 -
CMYK 0 0.75 0.44 0.18
HSL 335.38º 0.63% 0.51% -
HSV(B) 335.38º 0.75% 0.82% -
XYZ 30.78 17.39 18.56 -
YUV 106.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 209 53 117 0 0.75 0.44 0.18 335.38 0.63 0.51
Hex D1 35 75 0 4B 2C 12 14F 3F 33
Octal 321 65 165 0 113 54 22 517 77 63
Binary 11010001 110101 1110101 0 1001011 101100 10010 101001111 111111 110011

Color Harmonies of #D13575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13575

Black with #D13575

Text Example


Text Example

White with #D13575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13575; }

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

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

background-color css

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

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

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

border-color css

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

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

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