Html Css Color HEX #D814A3 Hollywood Cerise

📋 copy color: '#D814A3'

red 216 ◦ green 20 ◦ blue 163

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

Shades of Hollywood Cerise #D814A3

Tints of Hollywood Cerise #D814A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.85%

R = 54.14%
G = 5.01%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D814A3 (or 0xD814A3) is known color: Hollywood Cerise. HEX triplet: D8, 14 and A3. RGB value is (216,20,163). Sum of RGB (Red+Green+Blue) = 216+20+163=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D814A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814A3 is #27EB5C. Grayscale: #5E5E5E. Windows color (decimal): -2616157 or 10687704. OLE color: 10687704.

HSL color Cylindrical-coordinate representation of color #D814A3: hue angle of 316.22º 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 #D814A3 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 163 -
CMYK 0 0.91 0.25 0.15
HSL 316.22º 0.83% 0.46% -
HSV(B) 316.22º 0.91% 0.85% -
XYZ 35.18 17.74 36.22 -
YUV 94.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 216 20 163 0 0.91 0.25 0.15 316.22 0.83 0.46
Hex D8 14 A3 0 5B 19 F 13C 53 2E
Octal 330 24 243 0 133 31 17 474 123 56
Binary 11011000 10100 10100011 0 1011011 11001 1111 100111100 1010011 101110

Color Harmonies of #D814A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814A3

Black with #D814A3

Text Example


Text Example

White with #D814A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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