Html Css Color HEX #D913AB Hollywood Cerise

📋 copy color: '#D913AB'

red 217 ◦ green 19 ◦ blue 171

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

Shades of Hollywood Cerise #D913AB

Tints of Hollywood Cerise #D913AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.67%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 53.32%
G = 4.67%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D913AB (or 0xD913AB) is known color: Hollywood Cerise. HEX triplet: D9, 13 and AB. RGB value is (217,19,171). Sum of RGB (Red+Green+Blue) = 217+19+171=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D913AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913AB is #26EC54. Grayscale: #5F5F5F. Windows color (decimal): -2550869 or 11211737. OLE color: 11211737.

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

Color convert

RGB 217 19 171 -
CMYK 0 0.91 0.21 0.15
HSL 313.94º 0.84% 0.46% -
HSV(B) 313.94º 0.91% 0.85% -
XYZ 36.2 18.16 40.12 -
YUV 95.53 170.6 214.64 -
System Red Green Blue C M Y K H S L
Decimal 217 19 171 0 0.91 0.21 0.15 313.94 0.84 0.46
Hex D9 13 AB 0 5B 15 F 13A 54 2E
Octal 331 23 253 0 133 25 17 472 124 56
Binary 11011001 10011 10101011 0 1011011 10101 1111 100111010 1010100 101110

Color Harmonies of #D913AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913AB

Black with #D913AB

Text Example


Text Example

White with #D913AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913AB; }

 p { color: rgb(217,19,171); }

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

background-color css

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

 a { background-color: rgb(217,19,171); }

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

border-color css

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

 span { border-color: rgb(217,19,171); }

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