Html Css Color HEX #D05099 Mulberry

📋 copy color: '#D05099'

red 208 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #D05099

Tints of Mulberry #D05099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 47.17%
G = 18.14%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D05099 (or 0xD05099) is known color: Mulberry. HEX triplet: D0, 50 and 99. RGB value is (208,80,153). Sum of RGB (Red+Green+Blue) = 208+80+153=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D05099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05099 is #2FAF66. Grayscale: #7E7E7E. Windows color (decimal): -3125095 or 10047696. OLE color: 10047696.

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

Color convert

RGB 208 80 153 -
CMYK 0 0.62 0.26 0.18
HSL 325.78º 0.58% 0.56% -
HSV(B) 325.78º 0.62% 0.82% -
XYZ 34.63 21.45 32.45 -
YUV 126.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 208 80 153 0 0.62 0.26 0.18 325.78 0.58 0.56
Hex D0 50 99 0 3E 1A 12 146 3A 38
Octal 320 120 231 0 76 32 22 506 72 70
Binary 11010000 1010000 10011001 0 111110 11010 10010 101000110 111010 111000

Color Harmonies of #D05099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05099

Black with #D05099

Text Example


Text Example

White with #D05099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05099; }

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

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

background-color css

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

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

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

border-color css

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

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

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