Html Css Color HEX #D815AC Hollywood Cerise

📋 copy color: '#D815AC'

red 216 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #D815AC

Tints of Hollywood Cerise #D815AC

RGB

 RED value IS 216 (84.77% from 255) = 52.81%

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

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

R = 52.81%
G = 5.13%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D815AC (or 0xD815AC) is known color: Hollywood Cerise. HEX triplet: D8, 15 and AC. RGB value is (216,21,172). Sum of RGB (Red+Green+Blue) = 216+21+172=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D815AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D815AC is #27EA53. Grayscale: #606060. Windows color (decimal): -2615892 or 11277784. OLE color: 11277784.

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

Color convert

RGB 216 21 172 -
CMYK 0 0.90 0.20 0.15
HSL 313.54º 0.82% 0.46% -
HSV(B) 313.54º 0.9% 0.85% -
XYZ 36.03 18.11 40.63 -
YUV 96.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 216 21 172 0 0.90 0.20 0.15 313.54 0.82 0.46
Hex D8 15 AC 0 5A 14 F 13A 52 2E
Octal 330 25 254 0 132 24 17 472 122 56
Binary 11011000 10101 10101100 0 1011010 10100 1111 100111010 1010010 101110

Color Harmonies of #D815AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815AC

Black with #D815AC

Text Example


Text Example

White with #D815AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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