Html Css Color HEX #D711AC Hollywood Cerise

📋 copy color: '#D711AC'

red 215 ◦ green 17 ◦ blue 172

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

Shades of Hollywood Cerise #D711AC

Tints of Hollywood Cerise #D711AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

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

R = 53.22%
G = 4.21%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D711AC (or 0xD711AC) is known color: Hollywood Cerise. HEX triplet: D7, 11 and AC. RGB value is (215,17,172). Sum of RGB (Red+Green+Blue) = 215+17+172=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D711AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D711AC is #28EE53. Grayscale: #5D5D5D. Windows color (decimal): -2682452 or 11276759. OLE color: 11276759.

HSL color Cylindrical-coordinate representation of color #D711AC: hue angle of 313.03º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D711AC is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 172 -
CMYK 0 0.92 0.2 0.16
HSL 313.03º 0.85% 0.45% -
HSV(B) 313.03º 0.92% 0.84% -
XYZ 35.67 17.83 40.59 -
YUV 93.87 172.1 214.4 -
System Red Green Blue C M Y K H S L
Decimal 215 17 172 0 0.92 0.2 0.16 313.03 0.85 0.45
Hex D7 11 AC 0 5C 14 10 139 55 2D
Octal 327 21 254 0 134 24 20 471 125 55
Binary 11010111 10001 10101100 0 1011100 10100 10000 100111001 1010101 101101

Color Harmonies of #D711AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D711AC

Black with #D711AC

Text Example


Text Example

White with #D711AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D711AC; }

 p { color: rgb(215,17,172); }

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

background-color css

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

 a { background-color: rgb(215,17,172); }

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

border-color css

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

 span { border-color: rgb(215,17,172); }

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