Html Css Color HEX #D716A9 Hollywood Cerise

📋 copy color: '#D716A9'

red 215 ◦ green 22 ◦ blue 169

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

Shades of Hollywood Cerise #D716A9

Tints of Hollywood Cerise #D716A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 52.96%
G = 5.42%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D716A9 (or 0xD716A9) is known color: Hollywood Cerise. HEX triplet: D7, 16 and A9. RGB value is (215,22,169). Sum of RGB (Red+Green+Blue) = 215+22+169=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D716A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716A9 is #28E956. Grayscale: #606060. Windows color (decimal): -2681175 or 11081431. OLE color: 11081431.

HSL color Cylindrical-coordinate representation of color #D716A9: hue angle of 314.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716A9 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 169 -
CMYK 0 0.90 0.21 0.16
HSL 314.3º 0.81% 0.46% -
HSV(B) 314.3º 0.9% 0.84% -
XYZ 35.47 17.89 39.12 -
YUV 96.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 215 22 169 0 0.90 0.21 0.16 314.3 0.81 0.46
Hex D7 16 A9 0 5A 15 10 13A 51 2E
Octal 327 26 251 0 132 25 20 472 121 56
Binary 11010111 10110 10101001 0 1011010 10101 10000 100111010 1010001 101110

Color Harmonies of #D716A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716A9

Black with #D716A9

Text Example


Text Example

White with #D716A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716A9; }

 p { color: rgb(215,22,169); }

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

background-color css

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

 a { background-color: rgb(215,22,169); }

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

border-color css

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

 span { border-color: rgb(215,22,169); }

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