Html Css Color HEX #D713AF Hollywood Cerise

📋 copy color: '#D713AF'

red 215 ◦ green 19 ◦ blue 175

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

Shades of Hollywood Cerise #D713AF

Tints of Hollywood Cerise #D713AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 52.57%
G = 4.65%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D713AF (or 0xD713AF) is known color: Hollywood Cerise. HEX triplet: D7, 13 and AF. RGB value is (215,19,175). Sum of RGB (Red+Green+Blue) = 215+19+175=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D713AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D713AF is #28EC50. Grayscale: #5E5E5E. Windows color (decimal): -2681937 or 11473879. OLE color: 11473879.

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

Color convert

RGB 215 19 175 -
CMYK 0 0.91 0.19 0.16
HSL 312.24º 0.84% 0.46% -
HSV(B) 312.24º 0.91% 0.84% -
XYZ 36 18.01 42.14 -
YUV 95.39 172.93 213.32 -
System Red Green Blue C M Y K H S L
Decimal 215 19 175 0 0.91 0.19 0.16 312.24 0.84 0.46
Hex D7 13 AF 0 5B 13 10 138 54 2E
Octal 327 23 257 0 133 23 20 470 124 56
Binary 11010111 10011 10101111 0 1011011 10011 10000 100111000 1010100 101110

Color Harmonies of #D713AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713AF

Black with #D713AF

Text Example


Text Example

White with #D713AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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