Html Css Color HEX #D810AD Hollywood Cerise

📋 copy color: '#D810AD'

red 216 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #D810AD

Tints of Hollywood Cerise #D810AD

RGB

 RED value IS 216 (84.77% from 255) = 53.33%

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

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

R = 53.33%
G = 3.95%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D810AD (or 0xD810AD) is known color: Hollywood Cerise. HEX triplet: D8, 10 and AD. RGB value is (216,16,173). Sum of RGB (Red+Green+Blue) = 216+16+173=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D810AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D810AD is #27EF52. Grayscale: #5D5D5D. Windows color (decimal): -2617171 or 11342040. OLE color: 11342040.

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

Color convert

RGB 216 16 173 -
CMYK 0 0.93 0.20 0.15
HSL 312.9º 0.86% 0.45% -
HSV(B) 312.9º 0.93% 0.85% -
XYZ 36.05 17.99 41.11 -
YUV 93.7 172.76 215.23 -
System Red Green Blue C M Y K H S L
Decimal 216 16 173 0 0.93 0.20 0.15 312.9 0.86 0.45
Hex D8 10 AD 0 5D 14 F 139 56 2D
Octal 330 20 255 0 135 24 17 471 126 55
Binary 11011000 10000 10101101 0 1011101 10100 1111 100111001 1010110 101101

Color Harmonies of #D810AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810AD

Black with #D810AD

Text Example


Text Example

White with #D810AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810AD; }

 p { color: rgb(216,16,173); }

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

background-color css

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

 a { background-color: rgb(216,16,173); }

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

border-color css

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

 span { border-color: rgb(216,16,173); }

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