Html Css Color HEX #D901AC Hollywood Cerise

📋 copy color: '#D901AC'

red 217 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #D901AC

Tints of Hollywood Cerise #D901AC

RGB

 RED value IS 217 (85.16% from 255) = 55.64%

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

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

R = 55.64%
G = 0.26%
B = 44.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D901AC (or 0xD901AC) is known color: Hollywood Cerise. HEX triplet: D9, 01 and AC. RGB value is (217,1,172). Sum of RGB (Red+Green+Blue) = 217+1+172=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D901AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D901AC is #26FE53. Grayscale: #545454. Windows color (decimal): -2555476 or 11272665. OLE color: 11272665.

HSL color Cylindrical-coordinate representation of color #D901AC: hue angle of 312.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901AC is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 172 -
CMYK 0 1.00 0.21 0.15
HSL 312.5º 0.99% 0.43% -
HSV(B) 312.5º 1% 0.85% -
XYZ 36.07 17.75 40.55 -
YUV 85.08 177.06 222.1 -
System Red Green Blue C M Y K H S L
Decimal 217 1 172 0 1.00 0.21 0.15 312.5 0.99 0.43
Hex D9 1 AC 0 64 15 F 138 63 2B
Octal 331 1 254 0 144 25 17 470 143 53
Binary 11011001 1 10101100 0 1100100 10101 1111 100111000 1100011 101011

Color Harmonies of #D901AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D901AC

Black with #D901AC

Text Example


Text Example

White with #D901AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D901AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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