#D02B99

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

Shades of Deep Cerise #D02B99

Tints of Deep Cerise #D02B99

Color information

#D02B99 (or 0xD02B99) is unknown color: approx Deep Cerise. HEX triplet: D0, 2B and 99. RGB value is (208,43,153). Sum of RGB (Red+Green+Blue) = 208+43+153=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B99 is #2FD466. Grayscale: #686868. Windows color (decimal): -3134567 or 10038224. OLE color: 10038224.

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

Color convert

RGB20843153-
CMYK00.790.260.18
HSL320º65.74%49.22%-
HSV(B)320º79.33%81.57%-
XYZ32.6317.4431.78-
YUV104.88155.16201.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.49%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=51.49%
G=10.64%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084315300.790.260.1832065.7449.22
HexD02B9904F1A121404231
Octal320532310117322250010261
Binary11010000101011100110010100111111010100101010000001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02B99; }

 p { color: rgb(208,43,153); }

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

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

 a { background-color: rgb(208,43,153); }

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

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

 span { border-color: rgb(208,43,153); }

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