Html Css Color HEX #D13F9D Mulberry

📋 copy color: '#D13F9D'

red 209 ◦ green 63 ◦ blue 157

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

Shades of Mulberry #D13F9D

Tints of Mulberry #D13F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 48.72%
G = 14.69%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D13F9D (or 0xD13F9D) is known color: Mulberry. HEX triplet: D1, 3F and 9D. RGB value is (209,63,157). Sum of RGB (Red+Green+Blue) = 209+63+157=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F9D is #2EC062. Grayscale: #757575. Windows color (decimal): -3063907 or 10305489. OLE color: 10305489.

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

Color convert

RGB 209 63 157 -
CMYK 0 0.70 0.25 0.18
HSL 321.37º 0.61% 0.53% -
HSV(B) 321.37º 0.7% 0.82% -
XYZ 34.16 19.54 33.87 -
YUV 117.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 209 63 157 0 0.70 0.25 0.18 321.37 0.61 0.53
Hex D1 3F 9D 0 46 19 12 141 3D 35
Octal 321 77 235 0 106 31 22 501 75 65
Binary 11010001 111111 10011101 0 1000110 11001 10010 101000001 111101 110101

Color Harmonies of #D13F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F9D

Black with #D13F9D

Text Example


Text Example

White with #D13F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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