Html Css Color HEX #DF009D Hollywood Cerise

📋 copy color: '#DF009D'

red 223 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #DF009D

Tints of Hollywood Cerise #DF009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 58.68%
G = 0%
B = 41.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF009D (or 0xDF009D) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9D. RGB value is (223,0,157). Sum of RGB (Red+Green+Blue) = 223+0+157=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009D is #20FF62. Grayscale: #545454. Windows color (decimal): -2162531 or 10289375. OLE color: 10289375.

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

Color convert

RGB 223 0 157 -
CMYK 0 1 0.30 0.13
HSL 317.76º 1% 0.44% -
HSV(B) 317.76º 1% 0.87% -
XYZ 36.52 18.12 33.47 -
YUV 84.58 168.88 226.73 -
System Red Green Blue C M Y K H S L
Decimal 223 0 157 0 1 0.30 0.13 317.76 1 0.44
Hex DF 0 9D 0 64 1E D 13E 64 2C
Octal 337 0 235 0 144 36 15 476 144 54
Binary 11011111 0 10011101 0 1100100 11110 1101 100111110 1100100 101100

Color Harmonies of #DF009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF009D

Black with #DF009D

Text Example


Text Example

White with #DF009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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