Html Css Color HEX #D713AC Hollywood Cerise

📋 copy color: '#D713AC'

red 215 ◦ green 19 ◦ blue 172

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

Shades of Hollywood Cerise #D713AC

Tints of Hollywood Cerise #D713AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.68%

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

R = 52.96%
G = 4.68%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D713AC (or 0xD713AC) is known color: Hollywood Cerise. HEX triplet: D7, 13 and AC. RGB value is (215,19,172). Sum of RGB (Red+Green+Blue) = 215+19+172=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D713AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D713AC is #28EC53. Grayscale: #5E5E5E. Windows color (decimal): -2681940 or 11277271. OLE color: 11277271.

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

Color convert

RGB 215 19 172 -
CMYK 0 0.91 0.2 0.16
HSL 313.16º 0.84% 0.46% -
HSV(B) 313.16º 0.91% 0.84% -
XYZ 35.7 17.89 40.6 -
YUV 95.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 215 19 172 0 0.91 0.2 0.16 313.16 0.84 0.46
Hex D7 13 AC 0 5B 14 10 139 54 2E
Octal 327 23 254 0 133 24 20 471 124 56
Binary 11010111 10011 10101100 0 1011011 10100 10000 100111001 1010100 101110

Color Harmonies of #D713AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713AC

Black with #D713AC

Text Example


Text Example

White with #D713AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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