Html Css Color HEX #DE5096 Mulberry

📋 copy color: '#DE5096'

red 222 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #DE5096

Tints of Mulberry #DE5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 49.12%
G = 17.7%
B = 33.19%

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

#DE5096 (or 0xDE5096) is known color: Mulberry. HEX triplet: DE, 50 and 96. RGB value is (222,80,150). Sum of RGB (Red+Green+Blue) = 222+80+150=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5096 is #21AF69. Grayscale: #828282. Windows color (decimal): -2207594 or 9851102. OLE color: 9851102.

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

Color convert

RGB 222 80 150 -
CMYK 0 0.64 0.32 0.13
HSL 330.42º 0.68% 0.59% -
HSV(B) 330.42º 0.64% 0.87% -
XYZ 38.5 23.47 31.36 -
YUV 130.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 222 80 150 0 0.64 0.32 0.13 330.42 0.68 0.59
Hex DE 50 96 0 40 20 D 14A 44 3B
Octal 336 120 226 0 100 40 15 512 104 73
Binary 11011110 1010000 10010110 0 1000000 100000 1101 101001010 1000100 111011

Color Harmonies of #DE5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5096

Black with #DE5096

Text Example


Text Example

White with #DE5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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