Html Css Color HEX #D713AD Hollywood Cerise

📋 copy color: '#D713AD'

red 215 ◦ green 19 ◦ blue 173

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

Shades of Hollywood Cerise #D713AD

Tints of Hollywood Cerise #D713AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 52.83%
G = 4.67%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D713AD (or 0xD713AD) is known color: Hollywood Cerise. HEX triplet: D7, 13 and AD. RGB value is (215,19,173). Sum of RGB (Red+Green+Blue) = 215+19+173=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D713AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D713AD is #28EC52. Grayscale: #5E5E5E. Windows color (decimal): -2681939 or 11342807. OLE color: 11342807.

HSL color Cylindrical-coordinate representation of color #D713AD: hue angle of 312.86º 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 #D713AD is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 19 173 -
CMYK 0 0.91 0.20 0.16
HSL 312.86º 0.84% 0.46% -
HSV(B) 312.86º 0.91% 0.84% -
XYZ 35.8 17.93 41.11 -
YUV 95.16 171.93 213.48 -
System Red Green Blue C M Y K H S L
Decimal 215 19 173 0 0.91 0.20 0.16 312.86 0.84 0.46
Hex D7 13 AD 0 5B 14 10 139 54 2E
Octal 327 23 255 0 133 24 20 471 124 56
Binary 11010111 10011 10101101 0 1011011 10100 10000 100111001 1010100 101110

Color Harmonies of #D713AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713AD

Black with #D713AD

Text Example


Text Example

White with #D713AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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