Html Css Color HEX #D13BA8 Mulberry

📋 copy color: '#D13BA8'

red 209 ◦ green 59 ◦ blue 168

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

Shades of Mulberry #D13BA8

Tints of Mulberry #D13BA8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.53%

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 47.94%
G = 13.53%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D13BA8 (or 0xD13BA8) is known color: Mulberry. HEX triplet: D1, 3B and A8. RGB value is (209,59,168). Sum of RGB (Red+Green+Blue) = 209+59+168=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BA8 is #2EC457. Grayscale: #737373. Windows color (decimal): -3064920 or 11025361. OLE color: 11025361.

HSL color Cylindrical-coordinate representation of color #D13BA8: hue angle of 316.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BA8 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 168 -
CMYK 0 0.72 0.20 0.18
HSL 316.4º 0.62% 0.53% -
HSV(B) 316.4º 0.72% 0.82% -
XYZ 34.93 19.51 38.97 -
YUV 116.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 209 59 168 0 0.72 0.20 0.18 316.4 0.62 0.53
Hex D1 3B A8 0 48 14 12 13C 3E 35
Octal 321 73 250 0 110 24 22 474 76 65
Binary 11010001 111011 10101000 0 1001000 10100 10010 100111100 111110 110101

Color Harmonies of #D13BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BA8

Black with #D13BA8

Text Example


Text Example

White with #D13BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BA8; }

 p { color: rgb(209,59,168); }

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

background-color css

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

 a { background-color: rgb(209,59,168); }

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

border-color css

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

 span { border-color: rgb(209,59,168); }

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