#DF2098

Color #DF2098 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DF2098

Tints of Deep Cerise #DF2098

Color information

#DF2098 (or 0xDF2098) is unknown color: approx Deep Cerise. HEX triplet: DF, 20 and 98. RGB value is (223,32,152). Sum of RGB (Red+Green+Blue) = 223+32+152=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2098 is #20DF67. Grayscale: #666666. Windows color (decimal): -2154344 or 9969887. OLE color: 9969887.

HSL color Cylindrical-coordinate representation of color #DF2098: hue angle of 322.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2098 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22332152-
CMYK00.860.320.13
HSL322.3º74.9%50%-
HSV(B)322.3º85.65%87.45%-
XYZ36.6218.9931.44-
YUV102.79155.78213.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.79%
GREEN value IS 32 (12.89% from 255) = 7.86%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=54.79%
G=7.86%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233215200.860.320.13322.374.950
HexDF209805620D1424b32
Octal337402300126401550211362
Binary11011111100000100110000101011010000011011010000101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2098; }

 p { color: rgb(223,32,152); }

 H1.HeaderClassName
 {
   color: #DF2098;
 }
 .AnyTagClassName
 {
   color: #DF2098;
 }
</style>
background-color css

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

 a { background-color: rgb(223,32,152); }

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

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

 span { border-color: rgb(223,32,152); }

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