Html Css Color HEX #D516AC Hollywood Cerise

📋 copy color: '#D516AC'

red 213 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #D516AC

Tints of Hollywood Cerise #D516AC

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

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

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 52.33%
G = 5.41%
B = 42.26%

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

#D516AC (or 0xD516AC) is known color: Hollywood Cerise. HEX triplet: D5, 16 and AC. RGB value is (213,22,172). Sum of RGB (Red+Green+Blue) = 213+22+172=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D516AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516AC is #2AE953. Grayscale: #5F5F5F. Windows color (decimal): -2812244 or 11278037. OLE color: 11278037.

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

Color convert

RGB 213 22 172 -
CMYK 0 0.90 0.19 0.16
HSL 312.88º 0.81% 0.46% -
HSV(B) 312.88º 0.9% 0.84% -
XYZ 35.17 17.7 40.59 -
YUV 96.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 213 22 172 0 0.90 0.19 0.16 312.88 0.81 0.46
Hex D5 16 AC 0 5A 13 10 139 51 2E
Octal 325 26 254 0 132 23 20 471 121 56
Binary 11010101 10110 10101100 0 1011010 10011 10000 100111001 1010001 101110

Color Harmonies of #D516AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516AC

Black with #D516AC

Text Example


Text Example

White with #D516AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516AC; }

 p { color: rgb(213,22,172); }

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

background-color css

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

 a { background-color: rgb(213,22,172); }

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

border-color css

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

 span { border-color: rgb(213,22,172); }

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