Html Css Color HEX #D814AD Hollywood Cerise

📋 copy color: '#D814AD'

red 216 ◦ green 20 ◦ blue 173

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

Shades of Hollywood Cerise #D814AD

Tints of Hollywood Cerise #D814AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

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

R = 52.81%
G = 4.89%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D814AD (or 0xD814AD) is known color: Hollywood Cerise. HEX triplet: D8, 14 and AD. RGB value is (216,20,173). Sum of RGB (Red+Green+Blue) = 216+20+173=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D814AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814AD is #27EB52. Grayscale: #5F5F5F. Windows color (decimal): -2616147 or 11343064. OLE color: 11343064.

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

Color convert

RGB 216 20 173 -
CMYK 0 0.91 0.20 0.15
HSL 313.16º 0.83% 0.46% -
HSV(B) 313.16º 0.91% 0.85% -
XYZ 36.11 18.12 41.13 -
YUV 96.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 216 20 173 0 0.91 0.20 0.15 313.16 0.83 0.46
Hex D8 14 AD 0 5B 14 F 139 53 2E
Octal 330 24 255 0 133 24 17 471 123 56
Binary 11011000 10100 10101101 0 1011011 10100 1111 100111001 1010011 101110

Color Harmonies of #D814AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814AD

Black with #D814AD

Text Example


Text Example

White with #D814AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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