Html Css Color HEX #D13F9E Mulberry

📋 copy color: '#D13F9E'

red 209 ◦ green 63 ◦ blue 158

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

Shades of Mulberry #D13F9E

Tints of Mulberry #D13F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 48.6%
G = 14.65%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D13F9E (or 0xD13F9E) is known color: Mulberry. HEX triplet: D1, 3F and 9E. RGB value is (209,63,158). Sum of RGB (Red+Green+Blue) = 209+63+158=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F9E is #2EC061. Grayscale: #757575. Windows color (decimal): -3063906 or 10371025. OLE color: 10371025.

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

Color convert

RGB 209 63 158 -
CMYK 0 0.70 0.24 0.18
HSL 320.96º 0.61% 0.53% -
HSV(B) 320.96º 0.7% 0.82% -
XYZ 34.24 19.58 34.32 -
YUV 117.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 209 63 158 0 0.70 0.24 0.18 320.96 0.61 0.53
Hex D1 3F 9E 0 46 18 12 141 3D 35
Octal 321 77 236 0 106 30 22 501 75 65
Binary 11010001 111111 10011110 0 1000110 11000 10010 101000001 111101 110101

Color Harmonies of #D13F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F9E

Black with #D13F9E

Text Example


Text Example

White with #D13F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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