Html Css Color HEX #D91AA6 Hollywood Cerise

📋 copy color: '#D91AA6'

red 217 ◦ green 26 ◦ blue 166

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

Shades of Hollywood Cerise #D91AA6

Tints of Hollywood Cerise #D91AA6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.36%

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 53.06%
G = 6.36%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D91AA6 (or 0xD91AA6) is known color: Hollywood Cerise. HEX triplet: D9, 1A and A6. RGB value is (217,26,166). Sum of RGB (Red+Green+Blue) = 217+26+166=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91AA6 is #26E559. Grayscale: #626262. Windows color (decimal): -2549082 or 10885849. OLE color: 10885849.

HSL color Cylindrical-coordinate representation of color #D91AA6: hue angle of 316.02º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91AA6 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 26 166 -
CMYK 0 0.88 0.24 0.15
HSL 316.02º 0.79% 0.48% -
HSV(B) 316.02º 0.88% 0.85% -
XYZ 35.87 18.24 37.71 -
YUV 99.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 217 26 166 0 0.88 0.24 0.15 316.02 0.79 0.48
Hex D9 1A A6 0 58 18 F 13C 4F 30
Octal 331 32 246 0 130 30 17 474 117 60
Binary 11011001 11010 10100110 0 1011000 11000 1111 100111100 1001111 110000

Color Harmonies of #D91AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91AA6

Black with #D91AA6

Text Example


Text Example

White with #D91AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91AA6; }

 p { color: rgb(217,26,166); }

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

background-color css

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

 a { background-color: rgb(217,26,166); }

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

border-color css

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

 span { border-color: rgb(217,26,166); }

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