Html Css Color HEX #D912A3 Hollywood Cerise

📋 copy color: '#D912A3'

red 217 ◦ green 18 ◦ blue 163

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

Shades of Hollywood Cerise #D912A3

Tints of Hollywood Cerise #D912A3

RGB

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

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

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

R = 54.52%
G = 4.52%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D912A3 (or 0xD912A3) is known color: Hollywood Cerise. HEX triplet: D9, 12 and A3. RGB value is (217,18,163). Sum of RGB (Red+Green+Blue) = 217+18+163=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D912A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D912A3 is #26ED5C. Grayscale: #5D5D5D. Windows color (decimal): -2551133 or 10687193. OLE color: 10687193.

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

Color convert

RGB 217 18 163 -
CMYK 0 0.92 0.25 0.15
HSL 316.28º 0.85% 0.46% -
HSV(B) 316.28º 0.92% 0.85% -
XYZ 35.44 17.83 36.22 -
YUV 94.03 166.93 215.71 -
System Red Green Blue C M Y K H S L
Decimal 217 18 163 0 0.92 0.25 0.15 316.28 0.85 0.46
Hex D9 12 A3 0 5C 19 F 13C 55 2E
Octal 331 22 243 0 134 31 17 474 125 56
Binary 11011001 10010 10100011 0 1011100 11001 1111 100111100 1010101 101110

Color Harmonies of #D912A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912A3

Black with #D912A3

Text Example


Text Example

White with #D912A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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