Html Css Color HEX #DF0892 Hollywood Cerise

📋 copy color: '#DF0892'

red 223 ◦ green 8 ◦ blue 146

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

Shades of Hollywood Cerise #DF0892

Tints of Hollywood Cerise #DF0892

RGB

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

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

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

R = 59.15%
G = 2.12%
B = 38.73%

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

#DF0892 (or 0xDF0892) is known color: Hollywood Cerise. HEX triplet: DF, 08 and 92. RGB value is (223,8,146). Sum of RGB (Red+Green+Blue) = 223+8+146=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0892 is #20F76D. Grayscale: #575757. Windows color (decimal): -2160494 or 9570527. OLE color: 9570527.

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

Color convert

RGB 223 8 146 -
CMYK 0 0.96 0.35 0.13
HSL 321.49º 0.93% 0.45% -
HSV(B) 321.49º 0.96% 0.87% -
XYZ 35.71 17.94 28.77 -
YUV 88.02 160.73 224.28 -
System Red Green Blue C M Y K H S L
Decimal 223 8 146 0 0.96 0.35 0.13 321.49 0.93 0.45
Hex DF 8 92 0 60 23 D 141 5D 2D
Octal 337 10 222 0 140 43 15 501 135 55
Binary 11011111 1000 10010010 0 1100000 100011 1101 101000001 1011101 101101

Color Harmonies of #DF0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0892

Black with #DF0892

Text Example


Text Example

White with #DF0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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