Html Css Color HEX #D13FA0 Mulberry

📋 copy color: '#D13FA0'

red 209 ◦ green 63 ◦ blue 160

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

Shades of Mulberry #D13FA0

Tints of Mulberry #D13FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 48.38%
G = 14.58%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D13FA0 (or 0xD13FA0) is known color: Mulberry. HEX triplet: D1, 3F and A0. RGB value is (209,63,160). Sum of RGB (Red+Green+Blue) = 209+63+160=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FA0 is #2EC05F. Grayscale: #757575. Windows color (decimal): -3063904 or 10502097. OLE color: 10502097.

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

Color convert

RGB 209 63 160 -
CMYK 0 0.70 0.23 0.18
HSL 320.14º 0.61% 0.53% -
HSV(B) 320.14º 0.7% 0.82% -
XYZ 34.42 19.65 35.24 -
YUV 117.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 209 63 160 0 0.70 0.23 0.18 320.14 0.61 0.53
Hex D1 3F A0 0 46 17 12 140 3D 35
Octal 321 77 240 0 106 27 22 500 75 65
Binary 11010001 111111 10100000 0 1000110 10111 10010 101000000 111101 110101

Color Harmonies of #D13FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FA0

Black with #D13FA0

Text Example


Text Example

White with #D13FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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