Html Css Color HEX #D90AA0 Hollywood Cerise

📋 copy color: '#D90AA0'

red 217 ◦ green 10 ◦ blue 160

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

Shades of Hollywood Cerise #D90AA0

Tints of Hollywood Cerise #D90AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 56.07%
G = 2.58%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D90AA0 (or 0xD90AA0) is known color: Hollywood Cerise. HEX triplet: D9, 0A and A0. RGB value is (217,10,160). Sum of RGB (Red+Green+Blue) = 217+10+160=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AA0 is #26F55F. Grayscale: #585858. Windows color (decimal): -2553184 or 10488537. OLE color: 10488537.

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

Color convert

RGB 217 10 160 -
CMYK 0 0.95 0.26 0.15
HSL 316.52º 0.91% 0.45% -
HSV(B) 316.52º 0.95% 0.85% -
XYZ 35.07 17.51 34.79 -
YUV 88.99 168.08 219.3 -
System Red Green Blue C M Y K H S L
Decimal 217 10 160 0 0.95 0.26 0.15 316.52 0.91 0.45
Hex D9 A A0 0 5F 1A F 13D 5B 2D
Octal 331 12 240 0 137 32 17 475 133 55
Binary 11011001 1010 10100000 0 1011111 11010 1111 100111101 1011011 101101

Color Harmonies of #D90AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AA0

Black with #D90AA0

Text Example


Text Example

White with #D90AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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