Html Css Color HEX #D911A3 Hollywood Cerise

📋 copy color: '#D911A3'

red 217 ◦ green 17 ◦ blue 163

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

Shades of Hollywood Cerise #D911A3

Tints of Hollywood Cerise #D911A3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.28%

 BLUE value IS 163 (64.06% from 255) = 41.06%

R = 54.66%
G = 4.28%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D911A3 (or 0xD911A3) is known color: Hollywood Cerise. HEX triplet: D9, 11 and A3. RGB value is (217,17,163). Sum of RGB (Red+Green+Blue) = 217+17+163=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D911A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D911A3 is #26EE5C. Grayscale: #5D5D5D. Windows color (decimal): -2551389 or 10686937. OLE color: 10686937.

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

Color convert

RGB 217 17 163 -
CMYK 0 0.92 0.25 0.15
HSL 316.2º 0.85% 0.46% -
HSV(B) 316.2º 0.92% 0.85% -
XYZ 35.43 17.8 36.22 -
YUV 93.44 167.26 216.13 -
System Red Green Blue C M Y K H S L
Decimal 217 17 163 0 0.92 0.25 0.15 316.2 0.85 0.46
Hex D9 11 A3 0 5C 19 F 13C 55 2E
Octal 331 21 243 0 134 31 17 474 125 56
Binary 11011001 10001 10100011 0 1011100 11001 1111 100111100 1010101 101110

Color Harmonies of #D911A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911A3

Black with #D911A3

Text Example


Text Example

White with #D911A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911A3; }

 p { color: rgb(217,17,163); }

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

background-color css

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

 a { background-color: rgb(217,17,163); }

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

border-color css

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

 span { border-color: rgb(217,17,163); }

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