Html Css Color HEX #D60AA5 Hollywood Cerise

📋 copy color: '#D60AA5'

red 214 ◦ green 10 ◦ blue 165

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

Shades of Hollywood Cerise #D60AA5

Tints of Hollywood Cerise #D60AA5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 55.01%
G = 2.57%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D60AA5 (or 0xD60AA5) is known color: Hollywood Cerise. HEX triplet: D6, 0A and A5. RGB value is (214,10,165). Sum of RGB (Red+Green+Blue) = 214+10+165=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AA5 is #29F55A. Grayscale: #585858. Windows color (decimal): -2749787 or 10816214. OLE color: 10816214.

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

Color convert

RGB 214 10 165 -
CMYK 0 0.95 0.23 0.16
HSL 314.41º 0.91% 0.44% -
HSV(B) 314.41º 0.95% 0.84% -
XYZ 34.63 17.23 37.1 -
YUV 88.67 171.09 217.4 -
System Red Green Blue C M Y K H S L
Decimal 214 10 165 0 0.95 0.23 0.16 314.41 0.91 0.44
Hex D6 A A5 0 5F 17 10 13A 5B 2C
Octal 326 12 245 0 137 27 20 472 133 54
Binary 11010110 1010 10100101 0 1011111 10111 10000 100111010 1011011 101100

Color Harmonies of #D60AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AA5

Black with #D60AA5

Text Example


Text Example

White with #D60AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AA5; }

 p { color: rgb(214,10,165); }

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

background-color css

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

 a { background-color: rgb(214,10,165); }

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

border-color css

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

 span { border-color: rgb(214,10,165); }

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