Html Css Color HEX #D13FA6 Mulberry

📋 copy color: '#D13FA6'

red 209 ◦ green 63 ◦ blue 166

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

Shades of Mulberry #D13FA6

Tints of Mulberry #D13FA6

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

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

R = 47.72%
G = 14.38%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D13FA6 (or 0xD13FA6) is known color: Mulberry. HEX triplet: D1, 3F and A6. RGB value is (209,63,166). Sum of RGB (Red+Green+Blue) = 209+63+166=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FA6 is #2EC059. Grayscale: #767676. Windows color (decimal): -3063898 or 10895313. OLE color: 10895313.

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

Color convert

RGB 209 63 166 -
CMYK 0 0.70 0.21 0.18
HSL 317.67º 0.61% 0.53% -
HSV(B) 317.67º 0.7% 0.82% -
XYZ 34.95 19.86 38.07 -
YUV 118.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 209 63 166 0 0.70 0.21 0.18 317.67 0.61 0.53
Hex D1 3F A6 0 46 15 12 13E 3D 35
Octal 321 77 246 0 106 25 22 476 75 65
Binary 11010001 111111 10100110 0 1000110 10101 10010 100111110 111101 110101

Color Harmonies of #D13FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FA6

Black with #D13FA6

Text Example


Text Example

White with #D13FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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