Html Css Color HEX #D14AA0 Mulberry

📋 copy color: '#D14AA0'

red 209 ◦ green 74 ◦ blue 160

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

Shades of Mulberry #D14AA0

Tints of Mulberry #D14AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 47.18%
G = 16.7%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D14AA0 (or 0xD14AA0) is known color: Mulberry. HEX triplet: D1, 4A and A0. RGB value is (209,74,160). Sum of RGB (Red+Green+Blue) = 209+74+160=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AA0 is #2EB55F. Grayscale: #7B7B7B. Windows color (decimal): -3061088 or 10504913. OLE color: 10504913.

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

Color convert

RGB 209 74 160 -
CMYK 0 0.65 0.23 0.18
HSL 321.78º 0.59% 0.55% -
HSV(B) 321.78º 0.65% 0.82% -
XYZ 35.09 20.99 35.46 -
YUV 124.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 209 74 160 0 0.65 0.23 0.18 321.78 0.59 0.55
Hex D1 4A A0 0 41 17 12 142 3B 37
Octal 321 112 240 0 101 27 22 502 73 67
Binary 11010001 1001010 10100000 0 1000001 10111 10010 101000010 111011 110111

Color Harmonies of #D14AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AA0

Black with #D14AA0

Text Example


Text Example

White with #D14AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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