Html Css Color HEX #D515AC Hollywood Cerise

📋 copy color: '#D515AC'

red 213 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #D515AC

Tints of Hollywood Cerise #D515AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

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

R = 52.46%
G = 5.17%
B = 42.36%

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

#D515AC (or 0xD515AC) is known color: Hollywood Cerise. HEX triplet: D5, 15 and AC. RGB value is (213,21,172). Sum of RGB (Red+Green+Blue) = 213+21+172=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D515AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515AC is #2AEA53. Grayscale: #5F5F5F. Windows color (decimal): -2812500 or 11277781. OLE color: 11277781.

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

Color convert

RGB 213 21 172 -
CMYK 0 0.90 0.19 0.16
HSL 312.81º 0.82% 0.46% -
HSV(B) 312.81º 0.9% 0.84% -
XYZ 35.16 17.66 40.59 -
YUV 95.62 171.11 211.72 -
System Red Green Blue C M Y K H S L
Decimal 213 21 172 0 0.90 0.19 0.16 312.81 0.82 0.46
Hex D5 15 AC 0 5A 13 10 139 52 2E
Octal 325 25 254 0 132 23 20 471 122 56
Binary 11010101 10101 10101100 0 1011010 10011 10000 100111001 1010010 101110

Color Harmonies of #D515AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515AC

Black with #D515AC

Text Example


Text Example

White with #D515AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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