Html Css Color HEX #D13EA2 Mulberry

📋 copy color: '#D13EA2'

red 209 ◦ green 62 ◦ blue 162

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

Shades of Mulberry #D13EA2

Tints of Mulberry #D13EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 48.27%
G = 14.32%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D13EA2 (or 0xD13EA2) is known color: Mulberry. HEX triplet: D1, 3E and A2. RGB value is (209,62,162). Sum of RGB (Red+Green+Blue) = 209+62+162=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13EA2 is #2EC15D. Grayscale: #757575. Windows color (decimal): -3064158 or 10632913. OLE color: 10632913.

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

Color convert

RGB 209 62 162 -
CMYK 0 0.70 0.22 0.18
HSL 319.18º 0.62% 0.53% -
HSV(B) 319.18º 0.7% 0.82% -
XYZ 34.54 19.61 36.15 -
YUV 117.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 209 62 162 0 0.70 0.22 0.18 319.18 0.62 0.53
Hex D1 3E A2 0 46 16 12 13F 3E 35
Octal 321 76 242 0 106 26 22 477 76 65
Binary 11010001 111110 10100010 0 1000110 10110 10010 100111111 111110 110101

Color Harmonies of #D13EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EA2

Black with #D13EA2

Text Example


Text Example

White with #D13EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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