Html Css Color HEX #D05089 Mulberry

📋 copy color: '#D05089'

red 208 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #D05089

Tints of Mulberry #D05089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.24%

R = 48.94%
G = 18.82%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D05089 (or 0xD05089) is known color: Mulberry. HEX triplet: D0, 50 and 89. RGB value is (208,80,137). Sum of RGB (Red+Green+Blue) = 208+80+137=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05089 is #2FAF76. Grayscale: #7C7C7C. Windows color (decimal): -3125111 or 8999120. OLE color: 8999120.

HSL color Cylindrical-coordinate representation of color #D05089: hue angle of 333.28º 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 #D05089 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 137 -
CMYK 0 0.62 0.34 0.18
HSL 333.28º 0.58% 0.56% -
HSV(B) 333.28º 0.62% 0.82% -
XYZ 33.4 20.95 25.95 -
YUV 124.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 208 80 137 0 0.62 0.34 0.18 333.28 0.58 0.56
Hex D0 50 89 0 3E 22 12 14D 3A 38
Octal 320 120 211 0 76 42 22 515 72 70
Binary 11010000 1010000 10001001 0 111110 100010 10010 101001101 111010 111000

Color Harmonies of #D05089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05089

Black with #D05089

Text Example


Text Example

White with #D05089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05089; }

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

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

background-color css

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

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

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

border-color css

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

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

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