Html Css Color HEX #D13EA8 Mulberry

📋 copy color: '#D13EA8'

red 209 ◦ green 62 ◦ blue 168

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

Shades of Mulberry #D13EA8

Tints of Mulberry #D13EA8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.12%

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

R = 47.61%
G = 14.12%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D13EA8 (or 0xD13EA8) is known color: Mulberry. HEX triplet: D1, 3E and A8. RGB value is (209,62,168). Sum of RGB (Red+Green+Blue) = 209+62+168=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13EA8 is #2EC157. Grayscale: #757575. Windows color (decimal): -3064152 or 11026129. OLE color: 11026129.

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

Color convert

RGB 209 62 168 -
CMYK 0 0.70 0.20 0.18
HSL 316.73º 0.62% 0.53% -
HSV(B) 316.73º 0.7% 0.82% -
XYZ 35.09 19.83 39.02 -
YUV 118.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 209 62 168 0 0.70 0.20 0.18 316.73 0.62 0.53
Hex D1 3E A8 0 46 14 12 13D 3E 35
Octal 321 76 250 0 106 24 22 475 76 65
Binary 11010001 111110 10101000 0 1000110 10100 10010 100111101 111110 110101

Color Harmonies of #D13EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EA8

Black with #D13EA8

Text Example


Text Example

White with #D13EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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