Html Css Color HEX #D037AA Mulberry

📋 copy color: '#D037AA'

red 208 ◦ green 55 ◦ blue 170

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

Shades of Mulberry #D037AA

Tints of Mulberry #D037AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.7%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 48.04%
G = 12.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D037AA (or 0xD037AA) is known color: Mulberry. HEX triplet: D0, 37 and AA. RGB value is (208,55,170). Sum of RGB (Red+Green+Blue) = 208+55+170=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D037AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D037AA is #2FC855. Grayscale: #717171. Windows color (decimal): -3131478 or 11155408. OLE color: 11155408.

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

Color convert

RGB 208 55 170 -
CMYK 0 0.74 0.18 0.18
HSL 314.9º 0.62% 0.52% -
HSV(B) 314.9º 0.74% 0.82% -
XYZ 34.63 19.04 39.88 -
YUV 113.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 208 55 170 0 0.74 0.18 0.18 314.9 0.62 0.52
Hex D0 37 AA 0 4A 12 12 13B 3E 34
Octal 320 67 252 0 112 22 22 473 76 64
Binary 11010000 110111 10101010 0 1001010 10010 10010 100111011 111110 110100

Color Harmonies of #D037AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037AA

Black with #D037AA

Text Example


Text Example

White with #D037AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037AA; }

 p { color: rgb(208,55,170); }

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

background-color css

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

 a { background-color: rgb(208,55,170); }

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

border-color css

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

 span { border-color: rgb(208,55,170); }

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