Html Css Color HEX #D60CAC Hollywood Cerise

📋 copy color: '#D60CAC'

red 214 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #D60CAC

Tints of Hollywood Cerise #D60CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 53.77%
G = 3.02%
B = 43.22%

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

#D60CAC (or 0xD60CAC) is known color: Hollywood Cerise. HEX triplet: D6, 0C and AC. RGB value is (214,12,172). Sum of RGB (Red+Green+Blue) = 214+12+172=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CAC is #29F353. Grayscale: #5A5A5A. Windows color (decimal): -2749268 or 11275478. OLE color: 11275478.

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

Color convert

RGB 214 12 172 -
CMYK 0 0.94 0.20 0.16
HSL 312.48º 0.89% 0.44% -
HSV(B) 312.48º 0.94% 0.84% -
XYZ 35.31 17.54 40.55 -
YUV 90.64 173.92 215.99 -
System Red Green Blue C M Y K H S L
Decimal 214 12 172 0 0.94 0.20 0.16 312.48 0.89 0.44
Hex D6 C AC 0 5E 14 10 138 59 2C
Octal 326 14 254 0 136 24 20 470 131 54
Binary 11010110 1100 10101100 0 1011110 10100 10000 100111000 1011001 101100

Color Harmonies of #D60CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CAC

Black with #D60CAC

Text Example


Text Example

White with #D60CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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