Html Css Color HEX #D02880 Deep Cerise

📋 copy color: '#D02880'

red 208 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #D02880

Tints of Deep Cerise #D02880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 55.32%
G = 10.64%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D02880 (or 0xD02880) is known color: Deep Cerise. HEX triplet: D0, 28 and 80. RGB value is (208,40,128). Sum of RGB (Red+Green+Blue) = 208+40+128=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D02880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02880 is #2FD77F. Grayscale: #646464. Windows color (decimal): -3135360 or 8399056. OLE color: 8399056.

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

Color convert

RGB 208 40 128 -
CMYK 0 0.81 0.38 0.18
HSL 328.57º 0.68% 0.49% -
HSV(B) 328.57º 0.81% 0.82% -
XYZ 30.67 16.49 21.99 -
YUV 100.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 208 40 128 0 0.81 0.38 0.18 328.57 0.68 0.49
Hex D0 28 80 0 51 26 12 149 44 31
Octal 320 50 200 0 121 46 22 511 104 61
Binary 11010000 101000 10000000 0 1010001 100110 10010 101001001 1000100 110001

Color Harmonies of #D02880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02880

Black with #D02880

Text Example


Text Example

White with #D02880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02880; }

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

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

background-color css

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

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

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

border-color css

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

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

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