Html Css Color HEX #D13FAA Mulberry

📋 copy color: '#D13FAA'

red 209 ◦ green 63 ◦ blue 170

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

Shades of Mulberry #D13FAA

Tints of Mulberry #D13FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 47.29%
G = 14.25%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D13FAA (or 0xD13FAA) is known color: Mulberry. HEX triplet: D1, 3F and AA. RGB value is (209,63,170). Sum of RGB (Red+Green+Blue) = 209+63+170=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FAA is #2EC055. Grayscale: #767676. Windows color (decimal): -3063894 or 11157457. OLE color: 11157457.

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

Color convert

RGB 209 63 170 -
CMYK 0 0.70 0.19 0.18
HSL 316.03º 0.61% 0.53% -
HSV(B) 316.03º 0.7% 0.82% -
XYZ 35.33 20.01 40.03 -
YUV 118.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 209 63 170 0 0.70 0.19 0.18 316.03 0.61 0.53
Hex D1 3F AA 0 46 13 12 13C 3D 35
Octal 321 77 252 0 106 23 22 474 75 65
Binary 11010001 111111 10101010 0 1000110 10011 10010 100111100 111101 110101

Color Harmonies of #D13FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FAA

Black with #D13FAA

Text Example


Text Example

White with #D13FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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