Html Css Color HEX #D512AC Hollywood Cerise

📋 copy color: '#D512AC'

red 213 ◦ green 18 ◦ blue 172

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

Shades of Hollywood Cerise #D512AC

Tints of Hollywood Cerise #D512AC

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

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

R = 52.85%
G = 4.47%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D512AC (or 0xD512AC) is known color: Hollywood Cerise. HEX triplet: D5, 12 and AC. RGB value is (213,18,172). Sum of RGB (Red+Green+Blue) = 213+18+172=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D512AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512AC is #2AED53. Grayscale: #5D5D5D. Windows color (decimal): -2813268 or 11277013. OLE color: 11277013.

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

Color convert

RGB 213 18 172 -
CMYK 0 0.92 0.19 0.16
HSL 312.62º 0.84% 0.45% -
HSV(B) 312.62º 0.92% 0.84% -
XYZ 35.1 17.56 40.57 -
YUV 93.86 172.1 212.98 -
System Red Green Blue C M Y K H S L
Decimal 213 18 172 0 0.92 0.19 0.16 312.62 0.84 0.45
Hex D5 12 AC 0 5C 13 10 139 54 2D
Octal 325 22 254 0 134 23 20 471 124 55
Binary 11010101 10010 10101100 0 1011100 10011 10000 100111001 1010100 101101

Color Harmonies of #D512AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512AC

Black with #D512AC

Text Example


Text Example

White with #D512AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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