#db3f5b

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

Shades of Cerise #DB3F5B

Tints of Cerise #DB3F5B

Color information

#DB3F5B (or 0xDB3F5B) is unknown color: approx Cerise. HEX triplet: DB, 3F and 5B. RGB value is (219,63,91). Sum of RGB (Red+Green+Blue) = 219+63+91=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F5B is #24C0A4. Grayscale: #707070. Windows color (decimal): -2408613 or 5980123. OLE color: 5980123.

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

Color convert

RGB2196391-
CMYK00.710.580.14
HSL349.23º68.42%55.29%-
HSV(B)349.23º71.23%85.88%-
XYZ32.8819.3711.9-
YUV112.84115.68203.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=58.71%
G=16.89%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219639100.710.580.14349.2368.4255.29
HexDB3F5B0473AE15d4437
Octal333771330107721653510467
Binary1101101111111110110110100011111101011101010111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db3f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db3f5b; }

 p { color: rgb(219,63,91); }

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

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

 a { background-color: rgb(219,63,91); }

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

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

 span { border-color: rgb(219,63,91); }

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