Html Css Color HEX #D901A0 Hollywood Cerise

📋 copy color: '#D901A0'

red 217 ◦ green 1 ◦ blue 160

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

Shades of Hollywood Cerise #D901A0

Tints of Hollywood Cerise #D901A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 57.41%
G = 0.26%
B = 42.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D901A0 (or 0xD901A0) is known color: Hollywood Cerise. HEX triplet: D9, 01 and A0. RGB value is (217,1,160). Sum of RGB (Red+Green+Blue) = 217+1+160=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D901A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D901A0 is #26FE5F. Grayscale: #535353. Windows color (decimal): -2555488 or 10486233. OLE color: 10486233.

HSL color Cylindrical-coordinate representation of color #D901A0: hue angle of 315.83º 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 #D901A0 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 160 -
CMYK 0 1.00 0.26 0.15
HSL 315.83º 0.99% 0.43% -
HSV(B) 315.83º 1% 0.85% -
XYZ 34.97 17.31 34.76 -
YUV 83.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 217 1 160 0 1.00 0.26 0.15 315.83 0.99 0.43
Hex D9 1 A0 0 64 1A F 13C 63 2B
Octal 331 1 240 0 144 32 17 474 143 53
Binary 11011001 1 10100000 0 1100100 11010 1111 100111100 1100011 101011

Color Harmonies of #D901A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D901A0

Black with #D901A0

Text Example


Text Example

White with #D901A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D901A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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