Html Css Color HEX #DF009E Hollywood Cerise

📋 copy color: '#DF009E'

red 223 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #DF009E

Tints of Hollywood Cerise #DF009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 58.53%
G = 0%
B = 41.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF009E (or 0xDF009E) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9E. RGB value is (223,0,158). Sum of RGB (Red+Green+Blue) = 223+0+158=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009E is #20FF61. Grayscale: #545454. Windows color (decimal): -2162530 or 10354911. OLE color: 10354911.

HSL color Cylindrical-coordinate representation of color #DF009E: hue angle of 317.49º 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 #DF009E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 158 -
CMYK 0 1 0.29 0.13
HSL 317.49º 1% 0.44% -
HSV(B) 317.49º 1% 0.87% -
XYZ 36.6 18.16 33.92 -
YUV 84.69 169.38 226.65 -
System Red Green Blue C M Y K H S L
Decimal 223 0 158 0 1 0.29 0.13 317.49 1 0.44
Hex DF 0 9E 0 64 1D D 13D 64 2C
Octal 337 0 236 0 144 35 15 475 144 54
Binary 11011111 0 10011110 0 1100100 11101 1101 100111101 1100100 101100

Color Harmonies of #DF009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF009E

Black with #DF009E

Text Example


Text Example

White with #DF009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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