Html Css Color HEX #D90AB1 Hollywood Cerise

📋 copy color: '#D90AB1'

red 217 ◦ green 10 ◦ blue 177

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

Shades of Hollywood Cerise #D90AB1

Tints of Hollywood Cerise #D90AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.81%

R = 53.71%
G = 2.48%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D90AB1 (or 0xD90AB1) is known color: Hollywood Cerise. HEX triplet: D9, 0A and B1. RGB value is (217,10,177). Sum of RGB (Red+Green+Blue) = 217+10+177=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AB1 is #26F54E. Grayscale: #5A5A5A. Windows color (decimal): -2553167 or 11602649. OLE color: 11602649.

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

Color convert

RGB 217 10 177 -
CMYK 0 0.95 0.18 0.15
HSL 311.59º 0.91% 0.45% -
HSV(B) 311.59º 0.95% 0.85% -
XYZ 36.66 18.14 43.16 -
YUV 90.93 176.58 217.92 -
System Red Green Blue C M Y K H S L
Decimal 217 10 177 0 0.95 0.18 0.15 311.59 0.91 0.45
Hex D9 A B1 0 5F 12 F 138 5B 2D
Octal 331 12 261 0 137 22 17 470 133 55
Binary 11011001 1010 10110001 0 1011111 10010 1111 100111000 1011011 101101

Color Harmonies of #D90AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AB1

Black with #D90AB1

Text Example


Text Example

White with #D90AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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