Html Css Color HEX #D9019A Hollywood Cerise

📋 copy color: '#D9019A'

red 217 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #D9019A

Tints of Hollywood Cerise #D9019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 58.33%
G = 0.27%
B = 41.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9019A (or 0xD9019A) is known color: Hollywood Cerise. HEX triplet: D9, 01 and 9A. RGB value is (217,1,154). Sum of RGB (Red+Green+Blue) = 217+1+154=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D9019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9019A is #26FE65. Grayscale: #525252. Windows color (decimal): -2555494 or 10093017. OLE color: 10093017.

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

Color convert

RGB 217 1 154 -
CMYK 0 1.00 0.29 0.15
HSL 317.5º 0.99% 0.43% -
HSV(B) 317.5º 1% 0.85% -
XYZ 34.46 17.11 32.06 -
YUV 83.03 168.06 223.56 -
System Red Green Blue C M Y K H S L
Decimal 217 1 154 0 1.00 0.29 0.15 317.5 0.99 0.43
Hex D9 1 9A 0 64 1D F 13E 63 2B
Octal 331 1 232 0 144 35 17 476 143 53
Binary 11011001 1 10011010 0 1100100 11101 1111 100111110 1100011 101011

Color Harmonies of #D9019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9019A

Black with #D9019A

Text Example


Text Example

White with #D9019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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