Html Css Color HEX #D60DAC Hollywood Cerise

📋 copy color: '#D60DAC'

red 214 ◦ green 13 ◦ blue 172

#D60DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #D60DAC

Tints of Hollywood Cerise #D60DAC

RGB

 RED value IS 214 (83.98% from 255) = 53.63%

 GREEN value IS 13 (5.47% from 255) = 3.26%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 53.63%
G = 3.26%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D60DAC (or 0xD60DAC) is known color: Hollywood Cerise. HEX triplet: D6, 0D and AC. RGB value is (214,13,172). Sum of RGB (Red+Green+Blue) = 214+13+172=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60DAC is #29F253. Grayscale: #5A5A5A. Windows color (decimal): -2749012 or 11275734. OLE color: 11275734.

HSL color Cylindrical-coordinate representation of color #D60DAC: hue angle of 312.54º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DAC is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 172 -
CMYK 0 0.94 0.20 0.16
HSL 312.54º 0.89% 0.45% -
HSV(B) 312.54º 0.94% 0.84% -
XYZ 35.32 17.56 40.56 -
YUV 91.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 214 13 172 0 0.94 0.20 0.16 312.54 0.89 0.45
Hex D6 D AC 0 5E 14 10 139 59 2D
Octal 326 15 254 0 136 24 20 471 131 55
Binary 11010110 1101 10101100 0 1011110 10100 10000 100111001 1011001 101101

Color Harmonies of #D60DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DAC

Black with #D60DAC

Text Example


Text Example

White with #D60DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DAC; }

 p { color: rgb(214,13,172); }

 H1.HeaderClassName
 {
   color: #D60DAC;
 }
 .AnyTagClassName
 {
   color: #D60DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(214,13,172); }

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

border-color css

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

 span { border-color: rgb(214,13,172); }

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