Html Css Color HEX #DF2098 Deep Cerise

📋 copy color: '#DF2098'

red 223 ◦ green 32 ◦ blue 152

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

Shades of Deep Cerise #DF2098

Tints of Deep Cerise #DF2098

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 value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF2098 (or 0xDF2098) is known color: 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

RGB 223 32 152 -
CMYK 0 0.86 0.32 0.13
HSL 322.3º 0.75% 0.5% -
HSV(B) 322.3º 0.86% 0.87% -
XYZ 36.62 18.99 31.44 -
YUV 102.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 223 32 152 0 0.86 0.32 0.13 322.3 0.75 0.5
Hex DF 20 98 0 56 20 D 142 4B 32
Octal 337 40 230 0 126 40 15 502 113 62
Binary 11011111 100000 10011000 0 1010110 100000 1101 101000010 1001011 110010

Color Harmonies of #DF2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2098

Black with #DF2098

Text Example


Text Example

White with #DF2098

Text Example


Text Example

HTML Codes & Css Web 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>