#D601A6

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

Shades of Hollywood Cerise #D601A6

Tints of Hollywood Cerise #D601A6

Color information

#D601A6 (or 0xD601A6) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 01 and A6. RGB value is (214,1,166). Sum of RGB (Red+Green+Blue) = 214+1+166=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D601A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D601A6 is #29FE59. Grayscale: #535353. Windows color (decimal): -2752090 or 10879446. OLE color: 10879446.

HSL color Cylindrical-coordinate representation of color #D601A6: hue angle of 313.52º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601A6 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB2141166-
CMYK01.000.220.16
HSL313.52º99.07%42.16%-
HSV(B)313.52º99.53%83.92%-
XYZ34.6317.0737.55-
YUV83.5174.57221.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.17%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 166 (65.23% from 255) = 43.57%
R=56.17%
G=0.26%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214116601.000.220.16313.5299.0742.16
HexD61A6064161013a632a
Octal32612460144262047214352
Binary110101101101001100110010010110100001001110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D601A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D601A6; }

 p { color: rgb(214,1,166); }

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

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

 a { background-color: rgb(214,1,166); }

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

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

 span { border-color: rgb(214,1,166); }

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