#D64192

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

Shades of Deep Cerise #D64192

Tints of Deep Cerise #D64192

Color information

#D64192 (or 0xD64192) is unknown color: approx Deep Cerise. HEX triplet: D6, 41 and 92. RGB value is (214,65,146). Sum of RGB (Red+Green+Blue) = 214+65+146=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D64192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64192 is #29BE6D. Grayscale: #767676. Windows color (decimal): -2735726 or 9585110. OLE color: 9585110.

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

Color convert

RGB21465146-
CMYK00.700.320.16
HSL327.38º64.5%54.71%-
HSV(B)327.38º69.63%83.92%-
XYZ34.8120.1529.25-
YUV118.78143.36195.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=50.35%
G=15.29%
B=34.35%

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
Decimal2146514600.700.320.16327.3864.554.71
HexD6419204620101474137
Octal3261012220106402050710167
Binary1101011010000011001001001000110100000100001010001111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64192; }

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

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

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

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

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

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

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

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