Html Css Color HEX #D02475 Deep Cerise

📋 copy color: '#D02475'

red 208 ◦ green 36 ◦ blue 117

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

Shades of Deep Cerise #D02475

Tints of Deep Cerise #D02475

RGB

 RED value IS 208 (81.64% from 255) = 57.62%

 GREEN value IS 36 (14.45% from 255) = 9.97%

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

R = 57.62%
G = 9.97%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D02475 (or 0xD02475) is known color: Deep Cerise. HEX triplet: D0, 24 and 75. RGB value is (208,36,117). Sum of RGB (Red+Green+Blue) = 208+36+117=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D02475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02475 is #2FDB8A. Grayscale: #606060. Windows color (decimal): -3136395 or 7677136. OLE color: 7677136.

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

Color convert

RGB 208 36 117 -
CMYK 0 0.83 0.44 0.18
HSL 331.74º 0.7% 0.48% -
HSV(B) 331.74º 0.83% 0.82% -
XYZ 29.85 15.96 18.34 -
YUV 96.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 208 36 117 0 0.83 0.44 0.18 331.74 0.7 0.48
Hex D0 24 75 0 53 2C 12 14C 46 30
Octal 320 44 165 0 123 54 22 514 106 60
Binary 11010000 100100 1110101 0 1010011 101100 10010 101001100 1000110 110000

Color Harmonies of #D02475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02475

Black with #D02475

Text Example


Text Example

White with #D02475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02475; }

 p { color: rgb(208,36,117); }

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

background-color css

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

 a { background-color: rgb(208,36,117); }

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

border-color css

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

 span { border-color: rgb(208,36,117); }

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