Html Css Color HEX #DF00A1 Hollywood Cerise

📋 copy color: '#DF00A1'

red 223 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #DF00A1

Tints of Hollywood Cerise #DF00A1

RGB

 RED value IS 223 (87.5% from 255) = 58.07%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 58.07%
G = 0%
B = 41.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF00A1 (or 0xDF00A1) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A1. RGB value is (223,0,161). Sum of RGB (Red+Green+Blue) = 223+0+161=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A1 is #20FF5E. Grayscale: #545454. Windows color (decimal): -2162527 or 10551519. OLE color: 10551519.

HSL color Cylindrical-coordinate representation of color #DF00A1: hue angle of 316.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00A1 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 161 -
CMYK 0 1 0.28 0.13
HSL 316.68º 1% 0.44% -
HSV(B) 316.68º 1% 0.87% -
XYZ 36.86 18.26 35.3 -
YUV 85.03 170.88 226.41 -
System Red Green Blue C M Y K H S L
Decimal 223 0 161 0 1 0.28 0.13 316.68 1 0.44
Hex DF 0 A1 0 64 1C D 13D 64 2C
Octal 337 0 241 0 144 34 15 475 144 54
Binary 11011111 0 10100001 0 1100100 11100 1101 100111101 1100100 101100

Color Harmonies of #DF00A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00A1

Black with #DF00A1

Text Example


Text Example

White with #DF00A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00A1; }

 p { color: rgb(223,0,161); }

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

background-color css

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

 a { background-color: rgb(223,0,161); }

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

border-color css

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

 span { border-color: rgb(223,0,161); }

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