#D02E85

Color #D02E85 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D02E85

Tints of Deep Cerise #D02E85

Color information

#D02E85 (or 0xD02E85) is unknown color: approx Deep Cerise. HEX triplet: D0, 2E and 85. RGB value is (208,46,133). Sum of RGB (Red+Green+Blue) = 208+46+133=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02E85 is #2FD17A. Grayscale: #686868. Windows color (decimal): -3133819 or 8728272. OLE color: 8728272.

HSL color Cylindrical-coordinate representation of color #D02E85: hue angle of 327.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02E85 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20846133-
CMYK00.780.360.18
HSL327.78º63.78%49.8%-
HSV(B)327.78º77.88%81.57%-
XYZ31.2217.0623.84-
YUV104.36144.17201.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.75%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=53.75%
G=11.89%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084613300.780.360.18327.7863.7849.8
HexD02E8504E24121484032
Octal320562050116442251010062
Binary110100001011101000010101001110100100100101010010001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02E85; }

 p { color: rgb(208,46,133); }

 H1.HeaderClassName
 {
   color: #D02E85;
 }
 .AnyTagClassName
 {
   color: #D02E85;
 }
</style>
background-color css

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

 a { background-color: rgb(208,46,133); }

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

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

 span { border-color: rgb(208,46,133); }

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