#DB225C

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

Shades of Cerise #DB225C

Tints of Cerise #DB225C

Color information

#DB225C (or 0xDB225C) is unknown color: approx Cerise. HEX triplet: DB, 22 and 5C. RGB value is (219,34,92). Sum of RGB (Red+Green+Blue) = 219+34+92=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB225C is #24DDA3. Grayscale: #5F5F5F. Windows color (decimal): -2416036 or 6038235. OLE color: 6038235.

HSL color Cylindrical-coordinate representation of color #DB225C: hue angle of 341.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB225C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB2193492-
CMYK00.840.580.14
HSL341.19º73.12%49.61%-
HSV(B)341.19º84.47%85.88%-
XYZ31.7216.9811.73-
YUV95.93125.79215.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 63.48%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=63.48%
G=9.86%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219349200.840.580.14341.1973.1249.61
HexDB225C0543AE1554932
Octal333421340124721652511162
Binary1101101110001010111000101010011101011101010101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB225C; }

 p { color: rgb(219,34,92); }

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

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

 a { background-color: rgb(219,34,92); }

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

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

 span { border-color: rgb(219,34,92); }

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