Html Css Color HEX #D139AB Mulberry

📋 copy color: '#D139AB'

red 209 ◦ green 57 ◦ blue 171

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

Shades of Mulberry #D139AB

Tints of Mulberry #D139AB

RGB

 RED value IS 209 (82.03% from 255) = 47.83%

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 47.83%
G = 13.04%
B = 39.13%

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

#D139AB (or 0xD139AB) is known color: Mulberry. HEX triplet: D1, 39 and AB. RGB value is (209,57,171). Sum of RGB (Red+Green+Blue) = 209+57+171=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D139AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139AB is #2EC654. Grayscale: #737373. Windows color (decimal): -3065429 or 11221457. OLE color: 11221457.

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

Color convert

RGB 209 57 171 -
CMYK 0 0.73 0.18 0.18
HSL 315º 0.62% 0.52% -
HSV(B) 315º 0.73% 0.82% -
XYZ 35.11 19.42 40.43 -
YUV 115.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 209 57 171 0 0.73 0.18 0.18 315 0.62 0.52
Hex D1 39 AB 0 49 12 12 13B 3E 34
Octal 321 71 253 0 111 22 22 473 76 64
Binary 11010001 111001 10101011 0 1001001 10010 10010 100111011 111110 110100

Color Harmonies of #D139AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139AB

Black with #D139AB

Text Example


Text Example

White with #D139AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139AB; }

 p { color: rgb(209,57,171); }

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

background-color css

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

 a { background-color: rgb(209,57,171); }

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

border-color css

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

 span { border-color: rgb(209,57,171); }

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