Html Css Color HEX #D910A1 Hollywood Cerise

📋 copy color: '#D910A1'

red 217 ◦ green 16 ◦ blue 161

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

Shades of Hollywood Cerise #D910A1

Tints of Hollywood Cerise #D910A1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.06%

 BLUE value IS 161 (63.28% from 255) = 40.86%

R = 55.08%
G = 4.06%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D910A1 (or 0xD910A1) is known color: Hollywood Cerise. HEX triplet: D9, 10 and A1. RGB value is (217,16,161). Sum of RGB (Red+Green+Blue) = 217+16+161=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D910A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910A1 is #26EF5E. Grayscale: #5C5C5C. Windows color (decimal): -2551647 or 10555609. OLE color: 10555609.

HSL color Cylindrical-coordinate representation of color #D910A1: hue angle of 316.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910A1 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 161 -
CMYK 0 0.93 0.26 0.15
HSL 316.72º 0.86% 0.46% -
HSV(B) 316.72º 0.93% 0.85% -
XYZ 35.23 17.7 35.28 -
YUV 92.63 166.59 216.71 -
System Red Green Blue C M Y K H S L
Decimal 217 16 161 0 0.93 0.26 0.15 316.72 0.86 0.46
Hex D9 10 A1 0 5D 1A F 13D 56 2E
Octal 331 20 241 0 135 32 17 475 126 56
Binary 11011001 10000 10100001 0 1011101 11010 1111 100111101 1010110 101110

Color Harmonies of #D910A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910A1

Black with #D910A1

Text Example


Text Example

White with #D910A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910A1; }

 p { color: rgb(217,16,161); }

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

background-color css

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

 a { background-color: rgb(217,16,161); }

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

border-color css

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

 span { border-color: rgb(217,16,161); }

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