Html Css Color HEX #D144A0 Mulberry

📋 copy color: '#D144A0'

red 209 ◦ green 68 ◦ blue 160

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

Shades of Mulberry #D144A0

Tints of Mulberry #D144A0

RGB

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

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

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

R = 47.83%
G = 15.56%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D144A0 (or 0xD144A0) is known color: Mulberry. HEX triplet: D1, 44 and A0. RGB value is (209,68,160). Sum of RGB (Red+Green+Blue) = 209+68+160=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D144A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144A0 is #2EBB5F. Grayscale: #787878. Windows color (decimal): -3062624 or 10503377. OLE color: 10503377.

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

Color convert

RGB 209 68 160 -
CMYK 0 0.67 0.23 0.18
HSL 320.85º 0.61% 0.54% -
HSV(B) 320.85º 0.67% 0.82% -
XYZ 34.71 20.23 35.33 -
YUV 120.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 209 68 160 0 0.67 0.23 0.18 320.85 0.61 0.54
Hex D1 44 A0 0 43 17 12 141 3D 36
Octal 321 104 240 0 103 27 22 501 75 66
Binary 11010001 1000100 10100000 0 1000011 10111 10010 101000001 111101 110110

Color Harmonies of #D144A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144A0

Black with #D144A0

Text Example


Text Example

White with #D144A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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