Html Css Color HEX #D14489 Mulberry

📋 copy color: '#D14489'

red 209 ◦ green 68 ◦ blue 137

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

Shades of Mulberry #D14489

Tints of Mulberry #D14489

RGB

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

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

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

R = 50.48%
G = 16.43%
B = 33.09%

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

#D14489 (or 0xD14489) is known color: Mulberry. HEX triplet: D1, 44 and 89. RGB value is (209,68,137). Sum of RGB (Red+Green+Blue) = 209+68+137=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D14489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14489 is #2EBB76. Grayscale: #757575. Windows color (decimal): -3062647 or 8996049. OLE color: 8996049.

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

Color convert

RGB 209 68 137 -
CMYK 0 0.67 0.34 0.18
HSL 330.64º 0.61% 0.54% -
HSV(B) 330.64º 0.67% 0.82% -
XYZ 32.88 19.5 25.7 -
YUV 118.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 209 68 137 0 0.67 0.34 0.18 330.64 0.61 0.54
Hex D1 44 89 0 43 22 12 14B 3D 36
Octal 321 104 211 0 103 42 22 513 75 66
Binary 11010001 1000100 10001001 0 1000011 100010 10010 101001011 111101 110110

Color Harmonies of #D14489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14489

Black with #D14489

Text Example


Text Example

White with #D14489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14489; }

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

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

background-color css

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

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

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

border-color css

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

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

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