Html Css Color HEX #DF009B Hollywood Cerise

📋 copy color: '#DF009B'

red 223 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #DF009B

Tints of Hollywood Cerise #DF009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 58.99%
G = 0%
B = 41.01%

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

#DF009B (or 0xDF009B) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9B. RGB value is (223,0,155). Sum of RGB (Red+Green+Blue) = 223+0+155=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009B is #20FF64. Grayscale: #535353. Windows color (decimal): -2162533 or 10158303. OLE color: 10158303.

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

Color convert

RGB 223 0 155 -
CMYK 0 1 0.30 0.13
HSL 318.3º 1% 0.44% -
HSV(B) 318.3º 1% 0.87% -
XYZ 36.35 18.05 32.58 -
YUV 84.35 167.88 226.9 -
System Red Green Blue C M Y K H S L
Decimal 223 0 155 0 1 0.30 0.13 318.3 1 0.44
Hex DF 0 9B 0 64 1E D 13E 64 2C
Octal 337 0 233 0 144 36 15 476 144 54
Binary 11011111 0 10011011 0 1100100 11110 1101 100111110 1100100 101100

Color Harmonies of #DF009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF009B

Black with #DF009B

Text Example


Text Example

White with #DF009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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