Html Css Color HEX #D914A2 Hollywood Cerise

📋 copy color: '#D914A2'

red 217 ◦ green 20 ◦ blue 162

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

Shades of Hollywood Cerise #D914A2

Tints of Hollywood Cerise #D914A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 54.39%
G = 5.01%
B = 40.6%

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

#D914A2 (or 0xD914A2) is known color: Hollywood Cerise. HEX triplet: D9, 14 and A2. RGB value is (217,20,162). Sum of RGB (Red+Green+Blue) = 217+20+162=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D914A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D914A2 is #26EB5D. Grayscale: #5E5E5E. Windows color (decimal): -2550622 or 10622169. OLE color: 10622169.

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

Color convert

RGB 217 20 162 -
CMYK 0 0.91 0.25 0.15
HSL 316.75º 0.83% 0.46% -
HSV(B) 316.75º 0.91% 0.85% -
XYZ 35.39 17.86 35.76 -
YUV 95.09 165.77 214.95 -
System Red Green Blue C M Y K H S L
Decimal 217 20 162 0 0.91 0.25 0.15 316.75 0.83 0.46
Hex D9 14 A2 0 5B 19 F 13D 53 2E
Octal 331 24 242 0 133 31 17 475 123 56
Binary 11011001 10100 10100010 0 1011011 11001 1111 100111101 1010011 101110

Color Harmonies of #D914A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914A2

Black with #D914A2

Text Example


Text Example

White with #D914A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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