Html Css Color HEX #DF0992 Hollywood Cerise

📋 copy color: '#DF0992'

red 223 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #DF0992

Tints of Hollywood Cerise #DF0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 58.99%
G = 2.38%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF0992 (or 0xDF0992) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 92. RGB value is (223,9,146). Sum of RGB (Red+Green+Blue) = 223+9+146=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0992 is #20F66D. Grayscale: #585858. Windows color (decimal): -2160238 or 9570783. OLE color: 9570783.

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

Color convert

RGB 223 9 146 -
CMYK 0 0.96 0.35 0.13
HSL 321.59º 0.92% 0.45% -
HSV(B) 321.59º 0.96% 0.87% -
XYZ 35.72 17.96 28.78 -
YUV 88.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 223 9 146 0 0.96 0.35 0.13 321.59 0.92 0.45
Hex DF 9 92 0 60 23 D 142 5C 2D
Octal 337 11 222 0 140 43 15 502 134 55
Binary 11011111 1001 10010010 0 1100000 100011 1101 101000010 1011100 101101

Color Harmonies of #DF0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0992

Black with #DF0992

Text Example


Text Example

White with #DF0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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