#D64290

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

Shades of Deep Cerise #D64290

Tints of Deep Cerise #D64290

Color information

#D64290 (or 0xD64290) is unknown color: approx Deep Cerise. HEX triplet: D6, 42 and 90. RGB value is (214,66,144). Sum of RGB (Red+Green+Blue) = 214+66+144=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D64290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64290 is #29BD6F. Grayscale: #767676. Windows color (decimal): -2735472 or 9454294. OLE color: 9454294.

HSL color Cylindrical-coordinate representation of color #D64290: hue angle of 328.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64290 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21466144-
CMYK00.690.330.16
HSL328.38º64.35%54.9%-
HSV(B)328.38º69.16%83.92%-
XYZ34.7120.2128.46-
YUV119.14142.03195.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=50.47%
G=15.57%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146614400.690.330.16328.3864.3554.9
HexD6429004521101484037
Octal3261022200105412051010067
Binary1101011010000101001000001000101100001100001010010001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64290; }

 p { color: rgb(214,66,144); }

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

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

 a { background-color: rgb(214,66,144); }

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

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

 span { border-color: rgb(214,66,144); }

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