Html Css Color HEX #DF089D Hollywood Cerise

📋 copy color: '#DF089D'

red 223 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #DF089D

Tints of Hollywood Cerise #DF089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

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

R = 57.47%
G = 2.06%
B = 40.46%

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

#DF089D (or 0xDF089D) is known color: Hollywood Cerise. HEX triplet: DF, 08 and 9D. RGB value is (223,8,157). Sum of RGB (Red+Green+Blue) = 223+8+157=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF089D is #20F762. Grayscale: #585858. Windows color (decimal): -2160483 or 10291423. OLE color: 10291423.

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

Color convert

RGB 223 8 157 -
CMYK 0 0.96 0.30 0.13
HSL 318.42º 0.93% 0.45% -
HSV(B) 318.42º 0.96% 0.87% -
XYZ 36.6 18.3 33.5 -
YUV 89.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 223 8 157 0 0.96 0.30 0.13 318.42 0.93 0.45
Hex DF 8 9D 0 60 1E D 13E 5D 2D
Octal 337 10 235 0 140 36 15 476 135 55
Binary 11011111 1000 10011101 0 1100000 11110 1101 100111110 1011101 101101

Color Harmonies of #DF089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF089D

Black with #DF089D

Text Example


Text Example

White with #DF089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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