Html Css Color HEX #D14AAB Mulberry

📋 copy color: '#D14AAB'

red 209 ◦ green 74 ◦ blue 171

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

Shades of Mulberry #D14AAB

Tints of Mulberry #D14AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

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

R = 46.04%
G = 16.3%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D14AAB (or 0xD14AAB) is known color: Mulberry. HEX triplet: D1, 4A and AB. RGB value is (209,74,171). Sum of RGB (Red+Green+Blue) = 209+74+171=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AAB is #2EB554. Grayscale: #7D7D7D. Windows color (decimal): -3061077 or 11225809. OLE color: 11225809.

HSL color Cylindrical-coordinate representation of color #D14AAB: hue angle of 316.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14AAB is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 74 171 -
CMYK 0 0.65 0.18 0.18
HSL 316.89º 0.59% 0.55% -
HSV(B) 316.89º 0.65% 0.82% -
XYZ 36.09 21.39 40.76 -
YUV 125.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 209 74 171 0 0.65 0.18 0.18 316.89 0.59 0.55
Hex D1 4A AB 0 41 12 12 13D 3B 37
Octal 321 112 253 0 101 22 22 475 73 67
Binary 11010001 1001010 10101011 0 1000001 10010 10010 100111101 111011 110111

Color Harmonies of #D14AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AAB

Black with #D14AAB

Text Example


Text Example

White with #D14AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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