Html Css Color HEX #D407AC Hollywood Cerise

📋 copy color: '#D407AC'

red 212 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #D407AC

Tints of Hollywood Cerise #D407AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

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

R = 54.22%
G = 1.79%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D407AC (or 0xD407AC) is known color: Hollywood Cerise. HEX triplet: D4, 07 and AC. RGB value is (212,7,172). Sum of RGB (Red+Green+Blue) = 212+7+172=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D407AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D407AC is #2BF853. Grayscale: #565656. Windows color (decimal): -2881620 or 11274196. OLE color: 11274196.

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

Color convert

RGB 212 7 172 -
CMYK 0 0.97 0.19 0.17
HSL 311.71º 0.94% 0.43% -
HSV(B) 311.71º 0.97% 0.83% -
XYZ 34.67 17.13 40.51 -
YUV 87.11 175.92 217.08 -
System Red Green Blue C M Y K H S L
Decimal 212 7 172 0 0.97 0.19 0.17 311.71 0.94 0.43
Hex D4 7 AC 0 61 13 11 138 5E 2B
Octal 324 7 254 0 141 23 21 470 136 53
Binary 11010100 111 10101100 0 1100001 10011 10001 100111000 1011110 101011

Color Harmonies of #D407AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D407AC

Black with #D407AC

Text Example


Text Example

White with #D407AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D407AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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