Html Css Color HEX #D039AA Mulberry

📋 copy color: '#D039AA'

red 208 ◦ green 57 ◦ blue 170

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

Shades of Mulberry #D039AA

Tints of Mulberry #D039AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.1%

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

R = 47.82%
G = 13.1%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D039AA (or 0xD039AA) is known color: Mulberry. HEX triplet: D0, 39 and AA. RGB value is (208,57,170). Sum of RGB (Red+Green+Blue) = 208+57+170=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D039AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039AA is #2FC655. Grayscale: #727272. Windows color (decimal): -3130966 or 11155920. OLE color: 11155920.

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

Color convert

RGB 208 57 170 -
CMYK 0 0.73 0.18 0.18
HSL 315.1º 0.62% 0.52% -
HSV(B) 315.1º 0.73% 0.82% -
XYZ 34.73 19.24 39.91 -
YUV 115.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 208 57 170 0 0.73 0.18 0.18 315.1 0.62 0.52
Hex D0 39 AA 0 49 12 12 13B 3E 34
Octal 320 71 252 0 111 22 22 473 76 64
Binary 11010000 111001 10101010 0 1001001 10010 10010 100111011 111110 110100

Color Harmonies of #D039AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039AA

Black with #D039AA

Text Example


Text Example

White with #D039AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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