Html Css Color HEX #D400AC Hollywood Cerise

📋 copy color: '#D400AC'

red 212 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #D400AC

Tints of Hollywood Cerise #D400AC

RGB

 RED value IS 212 (83.2% from 255) = 55.21%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.21%
G = 0%
B = 44.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D400AC (or 0xD400AC) is known color: Hollywood Cerise. HEX triplet: D4, 00 and AC. RGB value is (212,0,172). Sum of RGB (Red+Green+Blue) = 212+0+172=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D400AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400AC is #2BFF53. Grayscale: #525252. Windows color (decimal): -2883412 or 11272404. OLE color: 11272404.

HSL color Cylindrical-coordinate representation of color #D400AC: hue angle of 311.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400AC is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 172 -
CMYK 0 1 0.19 0.17
HSL 311.32º 1% 0.42% -
HSV(B) 311.32º 1% 0.83% -
XYZ 34.6 16.98 40.48 -
YUV 83 178.24 220.01 -
System Red Green Blue C M Y K H S L
Decimal 212 0 172 0 1 0.19 0.17 311.32 1 0.42
Hex D4 0 AC 0 64 13 11 137 64 2A
Octal 324 0 254 0 144 23 21 467 144 52
Binary 11010100 0 10101100 0 1100100 10011 10001 100110111 1100100 101010

Color Harmonies of #D400AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400AC

Black with #D400AC

Text Example


Text Example

White with #D400AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400AC; }

 p { color: rgb(212,0,172); }

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

background-color css

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

 a { background-color: rgb(212,0,172); }

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

border-color css

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

 span { border-color: rgb(212,0,172); }

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