Html Css Color HEX #DD5093 Mulberry

📋 copy color: '#DD5093'

red 221 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #DD5093

Tints of Mulberry #DD5093

RGB

 RED value IS 221 (86.72% from 255) = 49.33%

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

 BLUE value IS 147 (57.81% from 255) = 32.81%

R = 49.33%
G = 17.86%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5093 (or 0xDD5093) is known color: Mulberry. HEX triplet: DD, 50 and 93. RGB value is (221,80,147). Sum of RGB (Red+Green+Blue) = 221+80+147=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5093 is #22AF6C. Grayscale: #818181. Windows color (decimal): -2273133 or 9654493. OLE color: 9654493.

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

Color convert

RGB 221 80 147 -
CMYK 0 0.64 0.33 0.13
HSL 331.49º 0.67% 0.59% -
HSV(B) 331.49º 0.64% 0.87% -
XYZ 37.95 23.22 30.08 -
YUV 129.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 221 80 147 0 0.64 0.33 0.13 331.49 0.67 0.59
Hex DD 50 93 0 40 21 D 14B 43 3B
Octal 335 120 223 0 100 41 15 513 103 73
Binary 11011101 1010000 10010011 0 1000000 100001 1101 101001011 1000011 111011

Color Harmonies of #DD5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5093

Black with #DD5093

Text Example


Text Example

White with #DD5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5093; }

 p { color: rgb(221,80,147); }

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

background-color css

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

 a { background-color: rgb(221,80,147); }

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

border-color css

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

 span { border-color: rgb(221,80,147); }

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