Html Css Color HEX #D02881 Deep Cerise

📋 copy color: '#D02881'

red 208 ◦ green 40 ◦ blue 129

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

Shades of Deep Cerise #D02881

Tints of Deep Cerise #D02881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 55.17%
G = 10.61%
B = 34.22%

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

#D02881 (or 0xD02881) is known color: Deep Cerise. HEX triplet: D0, 28 and 81. RGB value is (208,40,129). Sum of RGB (Red+Green+Blue) = 208+40+129=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D02881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02881 is #2FD77E. Grayscale: #646464. Windows color (decimal): -3135359 or 8464592. OLE color: 8464592.

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

Color convert

RGB 208 40 129 -
CMYK 0 0.81 0.38 0.18
HSL 328.21º 0.68% 0.49% -
HSV(B) 328.21º 0.81% 0.82% -
XYZ 30.73 16.51 22.34 -
YUV 100.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 208 40 129 0 0.81 0.38 0.18 328.21 0.68 0.49
Hex D0 28 81 0 51 26 12 148 44 31
Octal 320 50 201 0 121 46 22 510 104 61
Binary 11010000 101000 10000001 0 1010001 100110 10010 101001000 1000100 110001

Color Harmonies of #D02881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02881

Black with #D02881

Text Example


Text Example

White with #D02881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02881; }

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

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

background-color css

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

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

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

border-color css

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

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

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