Html Css Color HEX #D90AAE Hollywood Cerise

📋 copy color: '#D90AAE'

red 217 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #D90AAE

Tints of Hollywood Cerise #D90AAE

RGB

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

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

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

R = 54.11%
G = 2.49%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D90AAE (or 0xD90AAE) is known color: Hollywood Cerise. HEX triplet: D9, 0A and AE. RGB value is (217,10,174). Sum of RGB (Red+Green+Blue) = 217+10+174=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AAE is #26F551. Grayscale: #5A5A5A. Windows color (decimal): -2553170 or 11406041. OLE color: 11406041.

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

Color convert

RGB 217 10 174 -
CMYK 0 0.95 0.20 0.15
HSL 312.46º 0.91% 0.45% -
HSV(B) 312.46º 0.95% 0.85% -
XYZ 36.36 18.02 41.61 -
YUV 90.59 175.08 218.16 -
System Red Green Blue C M Y K H S L
Decimal 217 10 174 0 0.95 0.20 0.15 312.46 0.91 0.45
Hex D9 A AE 0 5F 14 F 138 5B 2D
Octal 331 12 256 0 137 24 17 470 133 55
Binary 11011001 1010 10101110 0 1011111 10100 1111 100111000 1011011 101101

Color Harmonies of #D90AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AAE

Black with #D90AAE

Text Example


Text Example

White with #D90AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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