Html Css Color HEX #D13AAB Mulberry

📋 copy color: '#D13AAB'

red 209 ◦ green 58 ◦ blue 171

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

Shades of Mulberry #D13AAB

Tints of Mulberry #D13AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 47.72%
G = 13.24%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D13AAB (or 0xD13AAB) is known color: Mulberry. HEX triplet: D1, 3A and AB. RGB value is (209,58,171). Sum of RGB (Red+Green+Blue) = 209+58+171=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AAB is #2EC554. Grayscale: #737373. Windows color (decimal): -3065173 or 11221713. OLE color: 11221713.

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

Color convert

RGB 209 58 171 -
CMYK 0 0.72 0.18 0.18
HSL 315.1º 0.62% 0.52% -
HSV(B) 315.1º 0.72% 0.82% -
XYZ 35.16 19.52 40.44 -
YUV 116.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 209 58 171 0 0.72 0.18 0.18 315.1 0.62 0.52
Hex D1 3A AB 0 48 12 12 13B 3E 34
Octal 321 72 253 0 110 22 22 473 76 64
Binary 11010001 111010 10101011 0 1001000 10010 10010 100111011 111110 110100

Color Harmonies of #D13AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AAB

Black with #D13AAB

Text Example


Text Example

White with #D13AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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