Html Css Color HEX #D60CAD Hollywood Cerise

📋 copy color: '#D60CAD'

red 214 ◦ green 12 ◦ blue 173

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

Shades of Hollywood Cerise #D60CAD

Tints of Hollywood Cerise #D60CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 53.63%
G = 3.01%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D60CAD (or 0xD60CAD) is known color: Hollywood Cerise. HEX triplet: D6, 0C and AD. RGB value is (214,12,173). Sum of RGB (Red+Green+Blue) = 214+12+173=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CAD is #29F352. Grayscale: #5A5A5A. Windows color (decimal): -2749267 or 11341014. OLE color: 11341014.

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

Color convert

RGB 214 12 173 -
CMYK 0 0.94 0.19 0.16
HSL 312.18º 0.89% 0.44% -
HSV(B) 312.18º 0.94% 0.84% -
XYZ 35.41 17.58 41.06 -
YUV 90.75 174.42 215.91 -
System Red Green Blue C M Y K H S L
Decimal 214 12 173 0 0.94 0.19 0.16 312.18 0.89 0.44
Hex D6 C AD 0 5E 13 10 138 59 2C
Octal 326 14 255 0 136 23 20 470 131 54
Binary 11010110 1100 10101101 0 1011110 10011 10000 100111000 1011001 101100

Color Harmonies of #D60CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CAD

Black with #D60CAD

Text Example


Text Example

White with #D60CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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