Html Css Color HEX #D02875 Deep Cerise

📋 copy color: '#D02875'

red 208 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #D02875

Tints of Deep Cerise #D02875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

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

R = 56.99%
G = 10.96%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D02875 (or 0xD02875) is known color: Deep Cerise. HEX triplet: D0, 28 and 75. RGB value is (208,40,117). Sum of RGB (Red+Green+Blue) = 208+40+117=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D02875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02875 is #2FD78A. Grayscale: #626262. Windows color (decimal): -3135371 or 7678160. OLE color: 7678160.

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

Color convert

RGB 208 40 117 -
CMYK 0 0.81 0.44 0.18
HSL 332.5º 0.68% 0.49% -
HSV(B) 332.5º 0.81% 0.82% -
XYZ 29.98 16.21 18.38 -
YUV 99.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 208 40 117 0 0.81 0.44 0.18 332.5 0.68 0.49
Hex D0 28 75 0 51 2C 12 14C 44 31
Octal 320 50 165 0 121 54 22 514 104 61
Binary 11010000 101000 1110101 0 1010001 101100 10010 101001100 1000100 110001

Color Harmonies of #D02875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02875

Black with #D02875

Text Example


Text Example

White with #D02875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02875; }

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

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

background-color css

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

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

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

border-color css

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

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

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