Html Css Color HEX #DE5098 Mulberry

📋 copy color: '#DE5098'

red 222 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #DE5098

Tints of Mulberry #DE5098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

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

R = 48.9%
G = 17.62%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE5098 (or 0xDE5098) is known color: Mulberry. HEX triplet: DE, 50 and 98. RGB value is (222,80,152). Sum of RGB (Red+Green+Blue) = 222+80+152=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5098 is #21AF67. Grayscale: #828282. Windows color (decimal): -2207592 or 9982174. OLE color: 9982174.

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

Color convert

RGB 222 80 152 -
CMYK 0 0.64 0.32 0.13
HSL 329.58º 0.68% 0.59% -
HSV(B) 329.58º 0.64% 0.87% -
XYZ 38.66 23.53 32.21 -
YUV 130.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 222 80 152 0 0.64 0.32 0.13 329.58 0.68 0.59
Hex DE 50 98 0 40 20 D 14A 44 3B
Octal 336 120 230 0 100 40 15 512 104 73
Binary 11011110 1010000 10011000 0 1000000 100000 1101 101001010 1000100 111011

Color Harmonies of #DE5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5098

Black with #DE5098

Text Example


Text Example

White with #DE5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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