#D64188

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

Shades of Deep Cerise #D64188

Tints of Deep Cerise #D64188

Color information

#D64188 (or 0xD64188) is unknown color: approx Deep Cerise. HEX triplet: D6, 41 and 88. RGB value is (214,65,136). Sum of RGB (Red+Green+Blue) = 214+65+136=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64188 is #29BE77. Grayscale: #757575. Windows color (decimal): -2735736 or 8929750. OLE color: 8929750.

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

Color convert

RGB21465136-
CMYK00.700.360.16
HSL331.41º64.5%54.71%-
HSV(B)331.41º69.63%83.92%-
XYZ34.0719.8525.33-
YUV117.64138.36196.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=51.57%
G=15.66%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146513600.700.360.16331.4164.554.71
HexD64188046241014b4137
Octal3261012100106442051310167
Binary1101011010000011000100001000110100100100001010010111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64188; }

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

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

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

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

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

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

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

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