Html Css Color HEX #D144AA Mulberry

📋 copy color: '#D144AA'

red 209 ◦ green 68 ◦ blue 170

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

Shades of Mulberry #D144AA

Tints of Mulberry #D144AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

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

R = 46.76%
G = 15.21%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D144AA (or 0xD144AA) is known color: Mulberry. HEX triplet: D1, 44 and AA. RGB value is (209,68,170). Sum of RGB (Red+Green+Blue) = 209+68+170=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D144AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144AA is #2EBB55. Grayscale: #797979. Windows color (decimal): -3062614 or 11158737. OLE color: 11158737.

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

Color convert

RGB 209 68 170 -
CMYK 0 0.67 0.19 0.18
HSL 316.6º 0.61% 0.54% -
HSV(B) 316.6º 0.67% 0.82% -
XYZ 35.62 20.59 40.13 -
YUV 121.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 209 68 170 0 0.67 0.19 0.18 316.6 0.61 0.54
Hex D1 44 AA 0 43 13 12 13D 3D 36
Octal 321 104 252 0 103 23 22 475 75 66
Binary 11010001 1000100 10101010 0 1000011 10011 10010 100111101 111101 110110

Color Harmonies of #D144AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144AA

Black with #D144AA

Text Example


Text Example

White with #D144AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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