Html Css Color HEX #D13BA6 Mulberry

📋 copy color: '#D13BA6'

red 209 ◦ green 59 ◦ blue 166

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

Shades of Mulberry #D13BA6

Tints of Mulberry #D13BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.59%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 48.16%
G = 13.59%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D13BA6 (or 0xD13BA6) is known color: Mulberry. HEX triplet: D1, 3B and A6. RGB value is (209,59,166). Sum of RGB (Red+Green+Blue) = 209+59+166=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BA6 is #2EC459. Grayscale: #737373. Windows color (decimal): -3064922 or 10894289. OLE color: 10894289.

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

Color convert

RGB 209 59 166 -
CMYK 0 0.72 0.21 0.18
HSL 317.2º 0.62% 0.53% -
HSV(B) 317.2º 0.72% 0.82% -
XYZ 34.74 19.44 38 -
YUV 116.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 209 59 166 0 0.72 0.21 0.18 317.2 0.62 0.53
Hex D1 3B A6 0 48 15 12 13D 3E 35
Octal 321 73 246 0 110 25 22 475 76 65
Binary 11010001 111011 10100110 0 1001000 10101 10010 100111101 111110 110101

Color Harmonies of #D13BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BA6

Black with #D13BA6

Text Example


Text Example

White with #D13BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BA6; }

 p { color: rgb(209,59,166); }

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

background-color css

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

 a { background-color: rgb(209,59,166); }

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

border-color css

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

 span { border-color: rgb(209,59,166); }

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