Html Css Color HEX #D60AAE Hollywood Cerise

📋 copy color: '#D60AAE'

red 214 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #D60AAE

Tints of Hollywood Cerise #D60AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 53.77%
G = 2.51%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D60AAE (or 0xD60AAE) is known color: Hollywood Cerise. HEX triplet: D6, 0A and AE. RGB value is (214,10,174). Sum of RGB (Red+Green+Blue) = 214+10+174=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AAE is #29F551. Grayscale: #595959. Windows color (decimal): -2749778 or 11406038. OLE color: 11406038.

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

Color convert

RGB 214 10 174 -
CMYK 0 0.95 0.19 0.16
HSL 311.76º 0.91% 0.44% -
HSV(B) 311.76º 0.95% 0.84% -
XYZ 35.48 17.57 41.57 -
YUV 89.69 175.59 216.66 -
System Red Green Blue C M Y K H S L
Decimal 214 10 174 0 0.95 0.19 0.16 311.76 0.91 0.44
Hex D6 A AE 0 5F 13 10 138 5B 2C
Octal 326 12 256 0 137 23 20 470 133 54
Binary 11010110 1010 10101110 0 1011111 10011 10000 100111000 1011011 101100

Color Harmonies of #D60AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AAE

Black with #D60AAE

Text Example


Text Example

White with #D60AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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