Html Css Color HEX #D912A6 Hollywood Cerise

📋 copy color: '#D912A6'

red 217 ◦ green 18 ◦ blue 166

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

Shades of Hollywood Cerise #D912A6

Tints of Hollywood Cerise #D912A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 54.11%
G = 4.49%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D912A6 (or 0xD912A6) is known color: Hollywood Cerise. HEX triplet: D9, 12 and A6. RGB value is (217,18,166). Sum of RGB (Red+Green+Blue) = 217+18+166=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D912A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912A6 is #26ED59. Grayscale: #5D5D5D. Windows color (decimal): -2551130 or 10883801. OLE color: 10883801.

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

Color convert

RGB 217 18 166 -
CMYK 0 0.92 0.24 0.15
HSL 315.38º 0.85% 0.46% -
HSV(B) 315.38º 0.92% 0.85% -
XYZ 35.71 17.94 37.66 -
YUV 94.37 168.43 215.47 -
System Red Green Blue C M Y K H S L
Decimal 217 18 166 0 0.92 0.24 0.15 315.38 0.85 0.46
Hex D9 12 A6 0 5C 18 F 13B 55 2E
Octal 331 22 246 0 134 30 17 473 125 56
Binary 11011001 10010 10100110 0 1011100 11000 1111 100111011 1010101 101110

Color Harmonies of #D912A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912A6

Black with #D912A6

Text Example


Text Example

White with #D912A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912A6; }

 p { color: rgb(217,18,166); }

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

background-color css

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

 a { background-color: rgb(217,18,166); }

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

border-color css

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

 span { border-color: rgb(217,18,166); }

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