Html Css Color HEX #D712AD Hollywood Cerise

📋 copy color: '#D712AD'

red 215 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #D712AD

Tints of Hollywood Cerise #D712AD

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 52.96%
G = 4.43%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D712AD (or 0xD712AD) is known color: Hollywood Cerise. HEX triplet: D7, 12 and AD. RGB value is (215,18,173). Sum of RGB (Red+Green+Blue) = 215+18+173=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D712AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D712AD is #28ED52. Grayscale: #5E5E5E. Windows color (decimal): -2682195 or 11342551. OLE color: 11342551.

HSL color Cylindrical-coordinate representation of color #D712AD: hue angle of 312.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712AD is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 173 -
CMYK 0 0.92 0.20 0.16
HSL 312.79º 0.85% 0.46% -
HSV(B) 312.79º 0.92% 0.84% -
XYZ 35.78 17.9 41.1 -
YUV 94.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 215 18 173 0 0.92 0.20 0.16 312.79 0.85 0.46
Hex D7 12 AD 0 5C 14 10 139 55 2E
Octal 327 22 255 0 134 24 20 471 125 56
Binary 11010111 10010 10101101 0 1011100 10100 10000 100111001 1010101 101110

Color Harmonies of #D712AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712AD

Black with #D712AD

Text Example


Text Example

White with #D712AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712AD; }

 p { color: rgb(215,18,173); }

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

background-color css

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

 a { background-color: rgb(215,18,173); }

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

border-color css

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

 span { border-color: rgb(215,18,173); }

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