Html Css Color HEX #DF0995 Hollywood Cerise

📋 copy color: '#DF0995'

red 223 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #DF0995

Tints of Hollywood Cerise #DF0995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 58.53%
G = 2.36%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF0995 (or 0xDF0995) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 95. RGB value is (223,9,149). Sum of RGB (Red+Green+Blue) = 223+9+149=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0995 is #20F66A. Grayscale: #585858. Windows color (decimal): -2160235 or 9767391. OLE color: 9767391.

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

Color convert

RGB 223 9 149 -
CMYK 0 0.96 0.33 0.13
HSL 320.75º 0.92% 0.45% -
HSV(B) 320.75º 0.96% 0.87% -
XYZ 35.95 18.05 30.02 -
YUV 88.95 161.9 223.62 -
System Red Green Blue C M Y K H S L
Decimal 223 9 149 0 0.96 0.33 0.13 320.75 0.92 0.45
Hex DF 9 95 0 60 21 D 141 5C 2D
Octal 337 11 225 0 140 41 15 501 134 55
Binary 11011111 1001 10010101 0 1100000 100001 1101 101000001 1011100 101101

Color Harmonies of #DF0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0995

Black with #DF0995

Text Example


Text Example

White with #DF0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0995; }

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

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

background-color css

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

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

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

border-color css

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

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

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