Html Css Color HEX #D14289 Mulberry

📋 copy color: '#D14289'

red 209 ◦ green 66 ◦ blue 137

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

Shades of Mulberry #D14289

Tints of Mulberry #D14289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

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

R = 50.73%
G = 16.02%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D14289 (or 0xD14289) is known color: Mulberry. HEX triplet: D1, 42 and 89. RGB value is (209,66,137). Sum of RGB (Red+Green+Blue) = 209+66+137=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D14289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14289 is #2EBD76. Grayscale: #747474. Windows color (decimal): -3063159 or 8995537. OLE color: 8995537.

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

Color convert

RGB 209 66 137 -
CMYK 0 0.68 0.34 0.18
HSL 330.21º 0.61% 0.54% -
HSV(B) 330.21º 0.68% 0.82% -
XYZ 32.76 19.26 25.66 -
YUV 116.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 209 66 137 0 0.68 0.34 0.18 330.21 0.61 0.54
Hex D1 42 89 0 44 22 12 14A 3D 36
Octal 321 102 211 0 104 42 22 512 75 66
Binary 11010001 1000010 10001001 0 1000100 100010 10010 101001010 111101 110110

Color Harmonies of #D14289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14289

Black with #D14289

Text Example


Text Example

White with #D14289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14289; }

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

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

background-color css

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

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

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

border-color css

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

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

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