Html Css Color HEX #D712AC Hollywood Cerise

📋 copy color: '#D712AC'

red 215 ◦ green 18 ◦ blue 172

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

Shades of Hollywood Cerise #D712AC

Tints of Hollywood Cerise #D712AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 53.09%
G = 4.44%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D712AC (or 0xD712AC) is known color: Hollywood Cerise. HEX triplet: D7, 12 and AC. RGB value is (215,18,172). Sum of RGB (Red+Green+Blue) = 215+18+172=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D712AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D712AC is #28ED53. Grayscale: #5E5E5E. Windows color (decimal): -2682196 or 11277015. OLE color: 11277015.

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

Color convert

RGB 215 18 172 -
CMYK 0 0.92 0.2 0.16
HSL 313.1º 0.85% 0.46% -
HSV(B) 313.1º 0.92% 0.84% -
XYZ 35.69 17.86 40.6 -
YUV 94.46 171.77 213.98 -
System Red Green Blue C M Y K H S L
Decimal 215 18 172 0 0.92 0.2 0.16 313.1 0.85 0.46
Hex D7 12 AC 0 5C 14 10 139 55 2E
Octal 327 22 254 0 134 24 20 471 125 56
Binary 11010111 10010 10101100 0 1011100 10100 10000 100111001 1010101 101110

Color Harmonies of #D712AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712AC

Black with #D712AC

Text Example


Text Example

White with #D712AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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