#DB3D7F

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

Shades of Deep Cerise #DB3D7F

Tints of Deep Cerise #DB3D7F

Color information

#DB3D7F (or 0xDB3D7F) is unknown color: approx Deep Cerise. HEX triplet: DB, 3D and 7F. RGB value is (219,61,127). Sum of RGB (Red+Green+Blue) = 219+61+127=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D7F is #24C280. Grayscale: #737373. Windows color (decimal): -2409089 or 8338907. OLE color: 8338907.

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

Color convert

RGB21961127-
CMYK00.720.420.14
HSL334.94º68.7%54.9%-
HSV(B)334.94º72.15%85.88%-
XYZ34.7119.9322.1-
YUV115.77134.35201.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 127 (50% from 255) = 31.20%
R=53.81%
G=14.99%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196112700.720.420.14334.9468.754.9
HexDB3D7F0482AE14f4537
Octal333751770110521651710567
Binary1101101111110111111110100100010101011101010011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D7F; }

 p { color: rgb(219,61,127); }

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

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

 a { background-color: rgb(219,61,127); }

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

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

 span { border-color: rgb(219,61,127); }

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