Html Css Color HEX #D90AAF Hollywood Cerise

📋 copy color: '#D90AAF'

red 217 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #D90AAF

Tints of Hollywood Cerise #D90AAF

RGB

 RED value IS 217 (85.16% from 255) = 53.98%

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 53.98%
G = 2.49%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D90AAF (or 0xD90AAF) is known color: Hollywood Cerise. HEX triplet: D9, 0A and AF. RGB value is (217,10,175). Sum of RGB (Red+Green+Blue) = 217+10+175=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AAF is #26F550. Grayscale: #5A5A5A. Windows color (decimal): -2553169 or 11471577. OLE color: 11471577.

HSL color Cylindrical-coordinate representation of color #D90AAF: hue angle of 312.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90AAF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 10 175 -
CMYK 0 0.95 0.19 0.15
HSL 312.17º 0.91% 0.45% -
HSV(B) 312.17º 0.95% 0.85% -
XYZ 36.46 18.06 42.12 -
YUV 90.7 175.58 218.08 -
System Red Green Blue C M Y K H S L
Decimal 217 10 175 0 0.95 0.19 0.15 312.17 0.91 0.45
Hex D9 A AF 0 5F 13 F 138 5B 2D
Octal 331 12 257 0 137 23 17 470 133 55
Binary 11011001 1010 10101111 0 1011111 10011 1111 100111000 1011011 101101

Color Harmonies of #D90AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AAF

Black with #D90AAF

Text Example


Text Example

White with #D90AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AAF; }

 p { color: rgb(217,10,175); }

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

background-color css

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

 a { background-color: rgb(217,10,175); }

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

border-color css

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

 span { border-color: rgb(217,10,175); }

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