Html Css Color HEX #DE3098 Deep Cerise

📋 copy color: '#DE3098'

red 222 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #DE3098

Tints of Deep Cerise #DE3098

RGB

 RED value IS 222 (87.11% from 255) = 52.61%

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

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

R = 52.61%
G = 11.37%
B = 36.02%

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

#DE3098 (or 0xDE3098) is known color: Deep Cerise. HEX triplet: DE, 30 and 98. RGB value is (222,48,152). Sum of RGB (Red+Green+Blue) = 222+48+152=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3098 is #21CF67. Grayscale: #6F6F6F. Windows color (decimal): -2215784 or 9973982. OLE color: 9973982.

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

Color convert

RGB 222 48 152 -
CMYK 0 0.78 0.32 0.13
HSL 324.14º 0.73% 0.53% -
HSV(B) 324.14º 0.78% 0.87% -
XYZ 36.85 19.91 31.61 -
YUV 111.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 222 48 152 0 0.78 0.32 0.13 324.14 0.73 0.53
Hex DE 30 98 0 4E 20 D 144 48 35
Octal 336 60 230 0 116 40 15 504 110 65
Binary 11011110 110000 10011000 0 1001110 100000 1101 101000100 1001000 110101

Color Harmonies of #DE3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3098

Black with #DE3098

Text Example


Text Example

White with #DE3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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