Html Css Color HEX #D916A4 Hollywood Cerise

📋 copy color: '#D916A4'

red 217 ◦ green 22 ◦ blue 164

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

Shades of Hollywood Cerise #D916A4

Tints of Hollywood Cerise #D916A4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 53.85%
G = 5.46%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D916A4 (or 0xD916A4) is known color: Hollywood Cerise. HEX triplet: D9, 16 and A4. RGB value is (217,22,164). Sum of RGB (Red+Green+Blue) = 217+22+164=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D916A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916A4 is #26E95B. Grayscale: #606060. Windows color (decimal): -2550108 or 10753753. OLE color: 10753753.

HSL color Cylindrical-coordinate representation of color #D916A4: hue angle of 316.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916A4 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 164 -
CMYK 0 0.90 0.24 0.15
HSL 316.31º 0.82% 0.47% -
HSV(B) 316.31º 0.9% 0.85% -
XYZ 35.6 18.01 36.72 -
YUV 96.49 166.1 213.95 -
System Red Green Blue C M Y K H S L
Decimal 217 22 164 0 0.90 0.24 0.15 316.31 0.82 0.47
Hex D9 16 A4 0 5A 18 F 13C 52 2F
Octal 331 26 244 0 132 30 17 474 122 57
Binary 11011001 10110 10100100 0 1011010 11000 1111 100111100 1010010 101111

Color Harmonies of #D916A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916A4

Black with #D916A4

Text Example


Text Example

White with #D916A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916A4; }

 p { color: rgb(217,22,164); }

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

background-color css

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

 a { background-color: rgb(217,22,164); }

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

border-color css

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

 span { border-color: rgb(217,22,164); }

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