Html Css Color HEX #D812AD Hollywood Cerise

📋 copy color: '#D812AD'

red 216 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #D812AD

Tints of Hollywood Cerise #D812AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

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

R = 53.07%
G = 4.42%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D812AD (or 0xD812AD) is known color: Hollywood Cerise. HEX triplet: D8, 12 and AD. RGB value is (216,18,173). Sum of RGB (Red+Green+Blue) = 216+18+173=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D812AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D812AD is #27ED52. Grayscale: #5E5E5E. Windows color (decimal): -2616659 or 11342552. OLE color: 11342552.

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

Color convert

RGB 216 18 173 -
CMYK 0 0.92 0.20 0.15
HSL 313.03º 0.85% 0.46% -
HSV(B) 313.03º 0.92% 0.85% -
XYZ 36.08 18.05 41.12 -
YUV 94.87 172.1 214.4 -
System Red Green Blue C M Y K H S L
Decimal 216 18 173 0 0.92 0.20 0.15 313.03 0.85 0.46
Hex D8 12 AD 0 5C 14 F 139 55 2E
Octal 330 22 255 0 134 24 17 471 125 56
Binary 11011000 10010 10101101 0 1011100 10100 1111 100111001 1010101 101110

Color Harmonies of #D812AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812AD

Black with #D812AD

Text Example


Text Example

White with #D812AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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