Html Css Color HEX #D710A8 Hollywood Cerise

📋 copy color: '#D710A8'

red 215 ◦ green 16 ◦ blue 168

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

Shades of Hollywood Cerise #D710A8

Tints of Hollywood Cerise #D710A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.11%

R = 53.88%
G = 4.01%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D710A8 (or 0xD710A8) is known color: Hollywood Cerise. HEX triplet: D7, 10 and A8. RGB value is (215,16,168). Sum of RGB (Red+Green+Blue) = 215+16+168=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D710A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D710A8 is #28EF57. Grayscale: #5C5C5C. Windows color (decimal): -2682712 or 11014359. OLE color: 11014359.

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

Color convert

RGB 215 16 168 -
CMYK 0 0.93 0.22 0.16
HSL 314.17º 0.86% 0.45% -
HSV(B) 314.17º 0.93% 0.84% -
XYZ 35.28 17.64 38.59 -
YUV 92.83 170.43 215.14 -
System Red Green Blue C M Y K H S L
Decimal 215 16 168 0 0.93 0.22 0.16 314.17 0.86 0.45
Hex D7 10 A8 0 5D 16 10 13A 56 2D
Octal 327 20 250 0 135 26 20 472 126 55
Binary 11010111 10000 10101000 0 1011101 10110 10000 100111010 1010110 101101

Color Harmonies of #D710A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710A8

Black with #D710A8

Text Example


Text Example

White with #D710A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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