Html Css Color HEX #D60AAD Hollywood Cerise

📋 copy color: '#D60AAD'

red 214 ◦ green 10 ◦ blue 173

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

Shades of Hollywood Cerise #D60AAD

Tints of Hollywood Cerise #D60AAD

RGB

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

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

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

R = 53.9%
G = 2.52%
B = 43.58%

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

#D60AAD (or 0xD60AAD) is known color: Hollywood Cerise. HEX triplet: D6, 0A and AD. RGB value is (214,10,173). Sum of RGB (Red+Green+Blue) = 214+10+173=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AAD is #29F552. Grayscale: #595959. Windows color (decimal): -2749779 or 11340502. OLE color: 11340502.

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

Color convert

RGB 214 10 173 -
CMYK 0 0.95 0.19 0.16
HSL 312.06º 0.91% 0.44% -
HSV(B) 312.06º 0.95% 0.84% -
XYZ 35.38 17.53 41.05 -
YUV 89.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 214 10 173 0 0.95 0.19 0.16 312.06 0.91 0.44
Hex D6 A AD 0 5F 13 10 138 5B 2C
Octal 326 12 255 0 137 23 20 470 133 54
Binary 11010110 1010 10101101 0 1011111 10011 10000 100111000 1011011 101100

Color Harmonies of #D60AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AAD

Black with #D60AAD

Text Example


Text Example

White with #D60AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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