Html Css Color HEX #DF3098 Deep Cerise

📋 copy color: '#DF3098'

red 223 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #DF3098

Tints of Deep Cerise #DF3098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 52.72%
G = 11.35%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF3098 (or 0xDF3098) is known color: Deep Cerise. HEX triplet: DF, 30 and 98. RGB value is (223,48,152). Sum of RGB (Red+Green+Blue) = 223+48+152=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3098 is #20CF67. Grayscale: #6F6F6F. Windows color (decimal): -2150248 or 9973983. OLE color: 9973983.

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

Color convert

RGB 223 48 152 -
CMYK 0 0.78 0.32 0.13
HSL 324.34º 0.73% 0.53% -
HSV(B) 324.34º 0.78% 0.87% -
XYZ 37.16 20.07 31.62 -
YUV 112.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 223 48 152 0 0.78 0.32 0.13 324.34 0.73 0.53
Hex DF 30 98 0 4E 20 D 144 49 35
Octal 337 60 230 0 116 40 15 504 111 65
Binary 11011111 110000 10011000 0 1001110 100000 1101 101000100 1001001 110101

Color Harmonies of #DF3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3098

Black with #DF3098

Text Example


Text Example

White with #DF3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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