Html Css Color HEX #D90AA8 Hollywood Cerise

📋 copy color: '#D90AA8'

red 217 ◦ green 10 ◦ blue 168

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

Shades of Hollywood Cerise #D90AA8

Tints of Hollywood Cerise #D90AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 54.94%
G = 2.53%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D90AA8 (or 0xD90AA8) is known color: Hollywood Cerise. HEX triplet: D9, 0A and A8. RGB value is (217,10,168). Sum of RGB (Red+Green+Blue) = 217+10+168=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AA8 is #26F557. Grayscale: #595959. Windows color (decimal): -2553176 or 11012825. OLE color: 11012825.

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

Color convert

RGB 217 10 168 -
CMYK 0 0.95 0.23 0.15
HSL 314.2º 0.91% 0.45% -
HSV(B) 314.2º 0.95% 0.85% -
XYZ 35.79 17.8 38.59 -
YUV 89.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 217 10 168 0 0.95 0.23 0.15 314.2 0.91 0.45
Hex D9 A A8 0 5F 17 F 13A 5B 2D
Octal 331 12 250 0 137 27 17 472 133 55
Binary 11011001 1010 10101000 0 1011111 10111 1111 100111010 1011011 101101

Color Harmonies of #D90AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AA8

Black with #D90AA8

Text Example


Text Example

White with #D90AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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