Html Css Color HEX #D401AC Hollywood Cerise

📋 copy color: '#D401AC'

red 212 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #D401AC

Tints of Hollywood Cerise #D401AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 55.06%
G = 0.26%
B = 44.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D401AC (or 0xD401AC) is known color: Hollywood Cerise. HEX triplet: D4, 01 and AC. RGB value is (212,1,172). Sum of RGB (Red+Green+Blue) = 212+1+172=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D401AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D401AC is #2BFE53. Grayscale: #535353. Windows color (decimal): -2883156 or 11272660. OLE color: 11272660.

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

Color convert

RGB 212 1 172 -
CMYK 0 1.00 0.19 0.17
HSL 311.37º 0.99% 0.42% -
HSV(B) 311.37º 1% 0.83% -
XYZ 34.61 17 40.49 -
YUV 83.58 177.9 219.6 -
System Red Green Blue C M Y K H S L
Decimal 212 1 172 0 1.00 0.19 0.17 311.37 0.99 0.42
Hex D4 1 AC 0 64 13 11 137 63 2A
Octal 324 1 254 0 144 23 21 467 143 52
Binary 11010100 1 10101100 0 1100100 10011 10001 100110111 1100011 101010

Color Harmonies of #D401AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401AC

Black with #D401AC

Text Example


Text Example

White with #D401AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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