Html Css Color HEX #D05593 Mulberry

📋 copy color: '#D05593'

red 208 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #D05593

Tints of Mulberry #D05593

RGB

 RED value IS 208 (81.64% from 255) = 47.27%

 GREEN value IS 85 (33.59% from 255) = 19.32%

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

R = 47.27%
G = 19.32%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D05593 (or 0xD05593) is known color: Mulberry. HEX triplet: D0, 55 and 93. RGB value is (208,85,147). Sum of RGB (Red+Green+Blue) = 208+85+147=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D05593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05593 is #2FAA6C. Grayscale: #808080. Windows color (decimal): -3123821 or 9655760. OLE color: 9655760.

HSL color Cylindrical-coordinate representation of color #D05593: hue angle of 329.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05593 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 147 -
CMYK 0 0.59 0.29 0.18
HSL 329.76º 0.57% 0.57% -
HSV(B) 329.76º 0.59% 0.82% -
XYZ 34.53 22.01 30.03 -
YUV 128.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 208 85 147 0 0.59 0.29 0.18 329.76 0.57 0.57
Hex D0 55 93 0 3B 1D 12 14A 39 39
Octal 320 125 223 0 73 35 22 512 71 71
Binary 11010000 1010101 10010011 0 111011 11101 10010 101001010 111001 111001

Color Harmonies of #D05593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05593

Black with #D05593

Text Example


Text Example

White with #D05593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05593; }

 p { color: rgb(208,85,147); }

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

background-color css

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

 a { background-color: rgb(208,85,147); }

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

border-color css

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

 span { border-color: rgb(208,85,147); }

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