Html Css Color HEX #D710AF Hollywood Cerise

📋 copy color: '#D710AF'

red 215 ◦ green 16 ◦ blue 175

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

Shades of Hollywood Cerise #D710AF

Tints of Hollywood Cerise #D710AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

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

R = 52.96%
G = 3.94%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D710AF (or 0xD710AF) is known color: Hollywood Cerise. HEX triplet: D7, 10 and AF. RGB value is (215,16,175). Sum of RGB (Red+Green+Blue) = 215+16+175=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D710AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D710AF is #28EF50. Grayscale: #5D5D5D. Windows color (decimal): -2682705 or 11473111. OLE color: 11473111.

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

Color convert

RGB 215 16 175 -
CMYK 0 0.93 0.19 0.16
HSL 312.06º 0.86% 0.45% -
HSV(B) 312.06º 0.93% 0.84% -
XYZ 35.95 17.91 42.12 -
YUV 93.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 215 16 175 0 0.93 0.19 0.16 312.06 0.86 0.45
Hex D7 10 AF 0 5D 13 10 138 56 2D
Octal 327 20 257 0 135 23 20 470 126 55
Binary 11010111 10000 10101111 0 1011101 10011 10000 100111000 1010110 101101

Color Harmonies of #D710AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710AF

Black with #D710AF

Text Example


Text Example

White with #D710AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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