Html Css Color HEX #D915AC Hollywood Cerise

📋 copy color: '#D915AC'

red 217 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #D915AC

Tints of Hollywood Cerise #D915AC

RGB

 RED value IS 217 (85.16% from 255) = 52.93%

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

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

R = 52.93%
G = 5.12%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D915AC (or 0xD915AC) is known color: Hollywood Cerise. HEX triplet: D9, 15 and AC. RGB value is (217,21,172). Sum of RGB (Red+Green+Blue) = 217+21+172=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D915AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D915AC is #26EA53. Grayscale: #606060. Windows color (decimal): -2550356 or 11277785. OLE color: 11277785.

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

Color convert

RGB 217 21 172 -
CMYK 0 0.90 0.21 0.15
HSL 313.78º 0.82% 0.47% -
HSV(B) 313.78º 0.9% 0.85% -
XYZ 36.33 18.27 40.64 -
YUV 96.82 170.43 213.72 -
System Red Green Blue C M Y K H S L
Decimal 217 21 172 0 0.90 0.21 0.15 313.78 0.82 0.47
Hex D9 15 AC 0 5A 15 F 13A 52 2F
Octal 331 25 254 0 132 25 17 472 122 57
Binary 11011001 10101 10101100 0 1011010 10101 1111 100111010 1010010 101111

Color Harmonies of #D915AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915AC

Black with #D915AC

Text Example


Text Example

White with #D915AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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