Html Css Color HEX #DF099B Hollywood Cerise

📋 copy color: '#DF099B'

red 223 ◦ green 9 ◦ blue 155

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

Shades of Hollywood Cerise #DF099B

Tints of Hollywood Cerise #DF099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

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

R = 57.62%
G = 2.33%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF099B (or 0xDF099B) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 9B. RGB value is (223,9,155). Sum of RGB (Red+Green+Blue) = 223+9+155=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF099B is #20F664. Grayscale: #595959. Windows color (decimal): -2160229 or 10160607. OLE color: 10160607.

HSL color Cylindrical-coordinate representation of color #DF099B: hue angle of 319.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF099B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 9 155 -
CMYK 0 0.96 0.30 0.13
HSL 319.07º 0.92% 0.45% -
HSV(B) 319.07º 0.96% 0.87% -
XYZ 36.45 18.25 32.61 -
YUV 89.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 223 9 155 0 0.96 0.30 0.13 319.07 0.92 0.45
Hex DF 9 9B 0 60 1E D 13F 5C 2D
Octal 337 11 233 0 140 36 15 477 134 55
Binary 11011111 1001 10011011 0 1100000 11110 1101 100111111 1011100 101101

Color Harmonies of #DF099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF099B

Black with #DF099B

Text Example


Text Example

White with #DF099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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