#DB425F

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

Shades of Cerise #DB425F

Tints of Cerise #DB425F

Color information

#DB425F (or 0xDB425F) is unknown color: approx Cerise. HEX triplet: DB, 42 and 5F. RGB value is (219,66,95). Sum of RGB (Red+Green+Blue) = 219+66+95=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB425F is #24BDA0. Grayscale: #737373. Windows color (decimal): -2407841 or 6243035. OLE color: 6243035.

HSL color Cylindrical-coordinate representation of color #DB425F: hue angle of 348.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB425F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB2196695-
CMYK00.700.570.14
HSL348.63º68%55.88%-
HSV(B)348.63º69.86%85.88%-
XYZ33.2319.7812.89-
YUV115.05116.69202.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.63%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 95 (37.5% from 255) = 25%
R=57.63%
G=17.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219669500.700.570.14348.636855.88
HexDB425F04639E15d4438
Octal3331021370106711653510470
Binary11011011100001010111110100011011100111101010111011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB425F; }

 p { color: rgb(219,66,95); }

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

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

 a { background-color: rgb(219,66,95); }

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

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

 span { border-color: rgb(219,66,95); }

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