Html Css Color HEX #D13AA8 Mulberry

📋 copy color: '#D13AA8'

red 209 ◦ green 58 ◦ blue 168

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

Shades of Mulberry #D13AA8

Tints of Mulberry #D13AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.33%

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

R = 48.05%
G = 13.33%
B = 38.62%

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

#D13AA8 (or 0xD13AA8) is known color: Mulberry. HEX triplet: D1, 3A and A8. RGB value is (209,58,168). Sum of RGB (Red+Green+Blue) = 209+58+168=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AA8 is #2EC557. Grayscale: #737373. Windows color (decimal): -3065176 or 11025105. OLE color: 11025105.

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

Color convert

RGB 209 58 168 -
CMYK 0 0.72 0.20 0.18
HSL 316.29º 0.62% 0.52% -
HSV(B) 316.29º 0.72% 0.82% -
XYZ 34.88 19.41 38.95 -
YUV 115.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 209 58 168 0 0.72 0.20 0.18 316.29 0.62 0.52
Hex D1 3A A8 0 48 14 12 13C 3E 34
Octal 321 72 250 0 110 24 22 474 76 64
Binary 11010001 111010 10101000 0 1001000 10100 10010 100111100 111110 110100

Color Harmonies of #D13AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AA8

Black with #D13AA8

Text Example


Text Example

White with #D13AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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