Html Css Color HEX #D71AAB Hollywood Cerise

📋 copy color: '#D71AAB'

red 215 ◦ green 26 ◦ blue 171

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

Shades of Hollywood Cerise #D71AAB

Tints of Hollywood Cerise #D71AAB

RGB

 RED value IS 215 (84.38% from 255) = 52.18%

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

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

R = 52.18%
G = 6.31%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D71AAB (or 0xD71AAB) is known color: Hollywood Cerise. HEX triplet: D7, 1A and AB. RGB value is (215,26,171). Sum of RGB (Red+Green+Blue) = 215+26+171=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AAB is #28E554. Grayscale: #626262. Windows color (decimal): -2680149 or 11213527. OLE color: 11213527.

HSL color Cylindrical-coordinate representation of color #D71AAB: hue angle of 313.97º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71AAB is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 171 -
CMYK 0 0.88 0.20 0.16
HSL 313.97º 0.78% 0.47% -
HSV(B) 313.97º 0.88% 0.84% -
XYZ 35.74 18.13 40.14 -
YUV 99.04 168.62 210.71 -
System Red Green Blue C M Y K H S L
Decimal 215 26 171 0 0.88 0.20 0.16 313.97 0.78 0.47
Hex D7 1A AB 0 58 14 10 13A 4E 2F
Octal 327 32 253 0 130 24 20 472 116 57
Binary 11010111 11010 10101011 0 1011000 10100 10000 100111010 1001110 101111

Color Harmonies of #D71AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AAB

Black with #D71AAB

Text Example


Text Example

White with #D71AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AAB; }

 p { color: rgb(215,26,171); }

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

background-color css

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

 a { background-color: rgb(215,26,171); }

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

border-color css

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

 span { border-color: rgb(215,26,171); }

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