Html Css Color HEX #D143AA Mulberry

📋 copy color: '#D143AA'

red 209 ◦ green 67 ◦ blue 170

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

Shades of Mulberry #D143AA

Tints of Mulberry #D143AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.02%

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

R = 46.86%
G = 15.02%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D143AA (or 0xD143AA) is known color: Mulberry. HEX triplet: D1, 43 and AA. RGB value is (209,67,170). Sum of RGB (Red+Green+Blue) = 209+67+170=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D143AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143AA is #2EBC55. Grayscale: #787878. Windows color (decimal): -3062870 or 11158481. OLE color: 11158481.

HSL color Cylindrical-coordinate representation of color #D143AA: hue angle of 316.48º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D143AA is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 170 -
CMYK 0 0.68 0.19 0.18
HSL 316.48º 0.61% 0.54% -
HSV(B) 316.48º 0.68% 0.82% -
XYZ 35.56 20.47 40.11 -
YUV 121.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 209 67 170 0 0.68 0.19 0.18 316.48 0.61 0.54
Hex D1 43 AA 0 44 13 12 13C 3D 36
Octal 321 103 252 0 104 23 22 474 75 66
Binary 11010001 1000011 10101010 0 1000100 10011 10010 100111100 111101 110110

Color Harmonies of #D143AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143AA

Black with #D143AA

Text Example


Text Example

White with #D143AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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