#D64180

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

Shades of Deep Cerise #D64180

Tints of Deep Cerise #D64180

Color information

#D64180 (or 0xD64180) is unknown color: approx Deep Cerise. HEX triplet: D6, 41 and 80. RGB value is (214,65,128). Sum of RGB (Red+Green+Blue) = 214+65+128=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D64180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64180 is #29BE7F. Grayscale: #747474. Windows color (decimal): -2735744 or 8405462. OLE color: 8405462.

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

Color convert

RGB21465128-
CMYK00.700.400.16
HSL334.63º64.5%54.71%-
HSV(B)334.63º69.63%83.92%-
XYZ33.5219.6422.45-
YUV116.73134.36197.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=52.58%
G=15.97%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146512800.700.400.16334.6364.554.71
HexD64180046281014f4137
Octal3261012000106502051710167
Binary1101011010000011000000001000110101000100001010011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64180; }

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

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

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

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

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

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

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

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