#D64193

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

Shades of Deep Cerise #D64193

Tints of Deep Cerise #D64193

Color information

#D64193 (or 0xD64193) is unknown color: approx Deep Cerise. HEX triplet: D6, 41 and 93. RGB value is (214,65,147). Sum of RGB (Red+Green+Blue) = 214+65+147=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D64193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64193 is #29BE6C. Grayscale: #767676. Windows color (decimal): -2735725 or 9650646. OLE color: 9650646.

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

Color convert

RGB21465147-
CMYK00.700.310.16
HSL326.98º64.5%54.71%-
HSV(B)326.98º69.63%83.92%-
XYZ34.8920.1829.66-
YUV118.9143.86195.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=50.23%
G=15.26%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146514700.700.310.16326.9864.554.71
HexD641930461F101474137
Octal3261012230106372050710167
Binary110101101000001100100110100011011111100001010001111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64193; }

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

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

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

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

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

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

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

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