Html Css Color HEX #D05386 Mulberry

📋 copy color: '#D05386'

red 208 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #D05386

Tints of Mulberry #D05386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 48.94%
G = 19.53%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D05386 (or 0xD05386) is known color: Mulberry. HEX triplet: D0, 53 and 86. RGB value is (208,83,134). Sum of RGB (Red+Green+Blue) = 208+83+134=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05386 is #2FAC79. Grayscale: #7E7E7E. Windows color (decimal): -3124346 or 8803280. OLE color: 8803280.

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

Color convert

RGB 208 83 134 -
CMYK 0 0.60 0.36 0.18
HSL 335.52º 0.57% 0.57% -
HSV(B) 335.52º 0.6% 0.82% -
XYZ 33.41 21.32 24.91 -
YUV 126.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 208 83 134 0 0.60 0.36 0.18 335.52 0.57 0.57
Hex D0 53 86 0 3C 24 12 150 39 39
Octal 320 123 206 0 74 44 22 520 71 71
Binary 11010000 1010011 10000110 0 111100 100100 10010 101010000 111001 111001

Color Harmonies of #D05386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05386

Black with #D05386

Text Example


Text Example

White with #D05386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05386; }

 p { color: rgb(208,83,134); }

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

background-color css

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

 a { background-color: rgb(208,83,134); }

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

border-color css

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

 span { border-color: rgb(208,83,134); }

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