#DB207B

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

Shades of Deep Cerise #DB207B

Tints of Deep Cerise #DB207B

Color information

#DB207B (or 0xDB207B) is unknown color: approx Deep Cerise. HEX triplet: DB, 20 and 7B. RGB value is (219,32,123). Sum of RGB (Red+Green+Blue) = 219+32+123=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB207B is #24DF84. Grayscale: #626262. Windows color (decimal): -2416517 or 8069339. OLE color: 8069339.

HSL color Cylindrical-coordinate representation of color #DB207B: hue angle of 330.8º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB207B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB21932123-
CMYK00.850.440.14
HSL330.8º74.5%49.22%-
HSV(B)330.8º85.39%85.88%-
XYZ33.3117.5220.37-
YUV98.29141.95214.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.56%
GREEN value IS 32 (12.89% from 255) = 8.56%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=58.56%
G=8.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193212300.850.440.14330.874.549.22
HexDB207B0552CE14b4b31
Octal333401730125541651311361
Binary1101101110000011110110101010110110011101010010111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB207B; }

 p { color: rgb(219,32,123); }

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

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

 a { background-color: rgb(219,32,123); }

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

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

 span { border-color: rgb(219,32,123); }

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