Html Css Color HEX #D914A8 Hollywood Cerise

📋 copy color: '#D914A8'

red 217 ◦ green 20 ◦ blue 168

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

Shades of Hollywood Cerise #D914A8

Tints of Hollywood Cerise #D914A8

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

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

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

R = 53.58%
G = 4.94%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D914A8 (or 0xD914A8) is known color: Hollywood Cerise. HEX triplet: D9, 14 and A8. RGB value is (217,20,168). Sum of RGB (Red+Green+Blue) = 217+20+168=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D914A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D914A8 is #26EB57. Grayscale: #5F5F5F. Windows color (decimal): -2550616 or 11015385. OLE color: 11015385.

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

Color convert

RGB 217 20 168 -
CMYK 0 0.91 0.23 0.15
HSL 314.92º 0.83% 0.46% -
HSV(B) 314.92º 0.91% 0.85% -
XYZ 35.93 18.08 38.64 -
YUV 95.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 217 20 168 0 0.91 0.23 0.15 314.92 0.83 0.46
Hex D9 14 A8 0 5B 17 F 13B 53 2E
Octal 331 24 250 0 133 27 17 473 123 56
Binary 11011001 10100 10101000 0 1011011 10111 1111 100111011 1010011 101110

Color Harmonies of #D914A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914A8

Black with #D914A8

Text Example


Text Example

White with #D914A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914A8; }

 p { color: rgb(217,20,168); }

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

background-color css

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

 a { background-color: rgb(217,20,168); }

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

border-color css

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

 span { border-color: rgb(217,20,168); }

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