Html Css Color HEX #D13F91 Mulberry

📋 copy color: '#D13F91'

red 209 ◦ green 63 ◦ blue 145

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

Shades of Mulberry #D13F91

Tints of Mulberry #D13F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 50.12%
G = 15.11%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13F91 (or 0xD13F91) is known color: Mulberry. HEX triplet: D1, 3F and 91. RGB value is (209,63,145). Sum of RGB (Red+Green+Blue) = 209+63+145=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F91 is #2EC06E. Grayscale: #737373. Windows color (decimal): -3063919 or 9519057. OLE color: 9519057.

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

Color convert

RGB 209 63 145 -
CMYK 0 0.70 0.31 0.18
HSL 326.3º 0.61% 0.53% -
HSV(B) 326.3º 0.7% 0.82% -
XYZ 33.18 19.15 28.74 -
YUV 116 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 209 63 145 0 0.70 0.31 0.18 326.3 0.61 0.53
Hex D1 3F 91 0 46 1F 12 146 3D 35
Octal 321 77 221 0 106 37 22 506 75 65
Binary 11010001 111111 10010001 0 1000110 11111 10010 101000110 111101 110101

Color Harmonies of #D13F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F91

Black with #D13F91

Text Example


Text Example

White with #D13F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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