#D64184

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

Shades of Deep Cerise #D64184

Tints of Deep Cerise #D64184

Color information

#D64184 (or 0xD64184) is unknown color: approx Deep Cerise. HEX triplet: D6, 41 and 84. RGB value is (214,65,132). Sum of RGB (Red+Green+Blue) = 214+65+132=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D64184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64184 is #29BE7B. Grayscale: #757575. Windows color (decimal): -2735740 or 8667606. OLE color: 8667606.

HSL color Cylindrical-coordinate representation of color #D64184: hue angle of 333.02º 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 #D64184 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21465132-
CMYK00.700.380.16
HSL333.02º64.5%54.71%-
HSV(B)333.02º69.63%83.92%-
XYZ33.7919.7423.86-
YUV117.19136.36197.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.07%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=52.07%
G=15.82%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146513200.700.380.16333.0264.554.71
HexD64184046261014d4137
Octal3261012040106462051510167
Binary1101011010000011000010001000110100110100001010011011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64184; }

 p { color: rgb(214,65,132); }

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

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

 a { background-color: rgb(214,65,132); }

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

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

 span { border-color: rgb(214,65,132); }

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