Html Css Color HEX #D716AE Hollywood Cerise

📋 copy color: '#D716AE'

red 215 ◦ green 22 ◦ blue 174

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

Shades of Hollywood Cerise #D716AE

Tints of Hollywood Cerise #D716AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 52.31%
G = 5.35%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D716AE (or 0xD716AE) is known color: Hollywood Cerise. HEX triplet: D7, 16 and AE. RGB value is (215,22,174). Sum of RGB (Red+Green+Blue) = 215+22+174=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D716AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716AE is #28E951. Grayscale: #606060. Windows color (decimal): -2681170 or 11409111. OLE color: 11409111.

HSL color Cylindrical-coordinate representation of color #D716AE: hue angle of 312.75º 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 #D716AE is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 174 -
CMYK 0 0.90 0.19 0.16
HSL 312.75º 0.81% 0.46% -
HSV(B) 312.75º 0.9% 0.84% -
XYZ 35.95 18.08 41.64 -
YUV 97.04 171.44 212.14 -
System Red Green Blue C M Y K H S L
Decimal 215 22 174 0 0.90 0.19 0.16 312.75 0.81 0.46
Hex D7 16 AE 0 5A 13 10 139 51 2E
Octal 327 26 256 0 132 23 20 471 121 56
Binary 11010111 10110 10101110 0 1011010 10011 10000 100111001 1010001 101110

Color Harmonies of #D716AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716AE

Black with #D716AE

Text Example


Text Example

White with #D716AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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