#DB3A74

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

Shades of Cerise #DB3A74

Tints of Cerise #DB3A74

Color information

#DB3A74 (or 0xDB3A74) is unknown color: approx Cerise. HEX triplet: DB, 3A and 74. RGB value is (219,58,116). Sum of RGB (Red+Green+Blue) = 219+58+116=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A74 is #24C58B. Grayscale: #707070. Windows color (decimal): -2409868 or 7617243. OLE color: 7617243.

HSL color Cylindrical-coordinate representation of color #DB3A74: hue angle of 338.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A74 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB21958116-
CMYK00.740.470.14
HSL338.39º69.1%54.31%-
HSV(B)338.39º73.52%85.88%-
XYZ33.8819.3518.47-
YUV112.75129.84203.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.73%
GREEN value IS 58 (23.05% from 255) = 14.76%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=55.73%
G=14.76%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195811600.740.470.14338.3969.154.31
HexDB3A7404A2FE1524536
Octal333721640112571652210566
Binary1101101111101011101000100101010111111101010100101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3A74; }

 p { color: rgb(219,58,116); }

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

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

 a { background-color: rgb(219,58,116); }

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

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

 span { border-color: rgb(219,58,116); }

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