Html Css Color HEX #D138AB Mulberry

📋 copy color: '#D138AB'

red 209 ◦ green 56 ◦ blue 171

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

Shades of Mulberry #D138AB

Tints of Mulberry #D138AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

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

R = 47.94%
G = 12.84%
B = 39.22%

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

#D138AB (or 0xD138AB) is known color: Mulberry. HEX triplet: D1, 38 and AB. RGB value is (209,56,171). Sum of RGB (Red+Green+Blue) = 209+56+171=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D138AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138AB is #2EC754. Grayscale: #727272. Windows color (decimal): -3065685 or 11221201. OLE color: 11221201.

HSL color Cylindrical-coordinate representation of color #D138AB: 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.73%. Process color model (Four color, CMYK) of #D138AB is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 171 -
CMYK 0 0.73 0.18 0.18
HSL 314.9º 0.62% 0.52% -
HSV(B) 314.9º 0.73% 0.82% -
XYZ 35.06 19.32 40.41 -
YUV 114.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 209 56 171 0 0.73 0.18 0.18 314.9 0.62 0.52
Hex D1 38 AB 0 49 12 12 13B 3E 34
Octal 321 70 253 0 111 22 22 473 76 64
Binary 11010001 111000 10101011 0 1001001 10010 10010 100111011 111110 110100

Color Harmonies of #D138AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138AB

Black with #D138AB

Text Example


Text Example

White with #D138AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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