#D64189

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

Shades of Deep Cerise #D64189

Tints of Deep Cerise #D64189

Color information

#D64189 (or 0xD64189) is unknown color: approx Deep Cerise. HEX triplet: D6, 41 and 89. RGB value is (214,65,137). Sum of RGB (Red+Green+Blue) = 214+65+137=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64189 is #29BE76. Grayscale: #757575. Windows color (decimal): -2735735 or 8995286. OLE color: 8995286.

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

Color convert

RGB21465137-
CMYK00.700.360.16
HSL331.01º64.5%54.71%-
HSV(B)331.01º69.63%83.92%-
XYZ34.1419.8825.71-
YUV117.76138.86196.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=51.44%
G=15.62%
B=32.93%

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
Decimal2146513700.700.360.16331.0164.554.71
HexD64189046241014b4137
Octal3261012110106442051310167
Binary1101011010000011000100101000110100100100001010010111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64189; }

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

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

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

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

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

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

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

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