#D64091

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

Shades of Deep Cerise #D64091

Tints of Deep Cerise #D64091

Color information

#D64091 (or 0xD64091) is unknown color: approx Deep Cerise. HEX triplet: D6, 40 and 91. RGB value is (214,64,145). Sum of RGB (Red+Green+Blue) = 214+64+145=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64091 is #29BF6E. Grayscale: #757575. Windows color (decimal): -2735983 or 9519318. OLE color: 9519318.

HSL color Cylindrical-coordinate representation of color #D64091: hue angle of 327.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64091 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21464145-
CMYK00.700.320.16
HSL327.6º64.66%54.51%-
HSV(B)327.6º70.09%83.92%-
XYZ34.6820.0128.82-
YUV118.08143.2196.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=50.59%
G=15.13%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146414500.700.320.16327.664.6654.51
HexD6409104620101484137
Octal3261002210106402051010167
Binary1101011010000001001000101000110100000100001010010001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64091; }

 p { color: rgb(214,64,145); }

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

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

 a { background-color: rgb(214,64,145); }

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

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

 span { border-color: rgb(214,64,145); }

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