Html Css Color HEX #D14589 Mulberry

📋 copy color: '#D14589'

red 209 ◦ green 69 ◦ blue 137

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

Shades of Mulberry #D14589

Tints of Mulberry #D14589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 50.36%
G = 16.63%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D14589 (or 0xD14589) is known color: Mulberry. HEX triplet: D1, 45 and 89. RGB value is (209,69,137). Sum of RGB (Red+Green+Blue) = 209+69+137=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D14589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14589 is #2EBA76. Grayscale: #767676. Windows color (decimal): -3062391 or 8996305. OLE color: 8996305.

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

Color convert

RGB 209 69 137 -
CMYK 0 0.67 0.34 0.18
HSL 330.86º 0.6% 0.55% -
HSV(B) 330.86º 0.67% 0.82% -
XYZ 32.94 19.62 25.72 -
YUV 118.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 209 69 137 0 0.67 0.34 0.18 330.86 0.6 0.55
Hex D1 45 89 0 43 22 12 14B 3C 37
Octal 321 105 211 0 103 42 22 513 74 67
Binary 11010001 1000101 10001001 0 1000011 100010 10010 101001011 111100 110111

Color Harmonies of #D14589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14589

Black with #D14589

Text Example


Text Example

White with #D14589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14589; }

 p { color: rgb(209,69,137); }

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

background-color css

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

 a { background-color: rgb(209,69,137); }

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

border-color css

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

 span { border-color: rgb(209,69,137); }

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