Html Css Color HEX #DE5296 Mulberry

📋 copy color: '#DE5296'

red 222 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #DE5296

Tints of Mulberry #DE5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

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

R = 48.9%
G = 18.06%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE5296 (or 0xDE5296) is known color: Mulberry. HEX triplet: DE, 52 and 96. RGB value is (222,82,150). Sum of RGB (Red+Green+Blue) = 222+82+150=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5296 is #21AD69. Grayscale: #838383. Windows color (decimal): -2207082 or 9851614. OLE color: 9851614.

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

Color convert

RGB 222 82 150 -
CMYK 0 0.63 0.32 0.13
HSL 330.86º 0.68% 0.6% -
HSV(B) 330.86º 0.63% 0.87% -
XYZ 38.65 23.77 31.4 -
YUV 131.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 222 82 150 0 0.63 0.32 0.13 330.86 0.68 0.6
Hex DE 52 96 0 3F 20 D 14B 44 3C
Octal 336 122 226 0 77 40 15 513 104 74
Binary 11011110 1010010 10010110 0 111111 100000 1101 101001011 1000100 111100

Color Harmonies of #DE5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5296

Black with #DE5296

Text Example


Text Example

White with #DE5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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