Html Css Color HEX #D05086 Mulberry

📋 copy color: '#D05086'

red 208 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #D05086

Tints of Mulberry #D05086

RGB

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

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

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

R = 49.29%
G = 18.96%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D05086 (or 0xD05086) is known color: Mulberry. HEX triplet: D0, 50 and 86. RGB value is (208,80,134). Sum of RGB (Red+Green+Blue) = 208+80+134=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D05086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05086 is #2FAF79. Grayscale: #7C7C7C. Windows color (decimal): -3125114 or 8802512. OLE color: 8802512.

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

Color convert

RGB 208 80 134 -
CMYK 0 0.62 0.36 0.18
HSL 334.69º 0.58% 0.56% -
HSV(B) 334.69º 0.62% 0.82% -
XYZ 33.18 20.87 24.83 -
YUV 124.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 208 80 134 0 0.62 0.36 0.18 334.69 0.58 0.56
Hex D0 50 86 0 3E 24 12 14F 3A 38
Octal 320 120 206 0 76 44 22 517 72 70
Binary 11010000 1010000 10000110 0 111110 100100 10010 101001111 111010 111000

Color Harmonies of #D05086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05086

Black with #D05086

Text Example


Text Example

White with #D05086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05086; }

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

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

background-color css

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

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

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

border-color css

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

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

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