Html Css Color HEX #D13F8D Mulberry

📋 copy color: '#D13F8D'

red 209 ◦ green 63 ◦ blue 141

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

Shades of Mulberry #D13F8D

Tints of Mulberry #D13F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 50.61%
G = 15.25%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D13F8D (or 0xD13F8D) is known color: Mulberry. HEX triplet: D1, 3F and 8D. RGB value is (209,63,141). Sum of RGB (Red+Green+Blue) = 209+63+141=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F8D is #2EC072. Grayscale: #737373. Windows color (decimal): -3063923 or 9256913. OLE color: 9256913.

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

Color convert

RGB 209 63 141 -
CMYK 0 0.70 0.33 0.18
HSL 327.95º 0.61% 0.53% -
HSV(B) 327.95º 0.7% 0.82% -
XYZ 32.88 19.03 27.14 -
YUV 115.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 209 63 141 0 0.70 0.33 0.18 327.95 0.61 0.53
Hex D1 3F 8D 0 46 21 12 148 3D 35
Octal 321 77 215 0 106 41 22 510 75 65
Binary 11010001 111111 10001101 0 1000110 100001 10010 101001000 111101 110101

Color Harmonies of #D13F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F8D

Black with #D13F8D

Text Example


Text Example

White with #D13F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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