Html Css Color HEX #D90BAE Hollywood Cerise

📋 copy color: '#D90BAE'

red 217 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #D90BAE

Tints of Hollywood Cerise #D90BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

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

R = 53.98%
G = 2.74%
B = 43.28%

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

#D90BAE (or 0xD90BAE) is known color: Hollywood Cerise. HEX triplet: D9, 0B and AE. RGB value is (217,11,174). Sum of RGB (Red+Green+Blue) = 217+11+174=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BAE is #26F451. Grayscale: #5A5A5A. Windows color (decimal): -2552914 or 11406297. OLE color: 11406297.

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

Color convert

RGB 217 11 174 -
CMYK 0 0.95 0.20 0.15
HSL 312.52º 0.9% 0.45% -
HSV(B) 312.52º 0.95% 0.85% -
XYZ 36.37 18.05 41.61 -
YUV 91.18 174.75 217.75 -
System Red Green Blue C M Y K H S L
Decimal 217 11 174 0 0.95 0.20 0.15 312.52 0.9 0.45
Hex D9 B AE 0 5F 14 F 139 5A 2D
Octal 331 13 256 0 137 24 17 471 132 55
Binary 11011001 1011 10101110 0 1011111 10100 1111 100111001 1011010 101101

Color Harmonies of #D90BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BAE

Black with #D90BAE

Text Example


Text Example

White with #D90BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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