Html Css Color HEX #D14187 Mulberry

📋 copy color: '#D14187'

red 209 ◦ green 65 ◦ blue 135

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

Shades of Mulberry #D14187

Tints of Mulberry #D14187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 51.1%
G = 15.89%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14187 (or 0xD14187) is known color: Mulberry. HEX triplet: D1, 41 and 87. RGB value is (209,65,135). Sum of RGB (Red+Green+Blue) = 209+65+135=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14187 is #2EBE78. Grayscale: #737373. Windows color (decimal): -3063417 or 8864209. OLE color: 8864209.

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

Color convert

RGB 209 65 135 -
CMYK 0 0.69 0.35 0.18
HSL 330.83º 0.61% 0.54% -
HSV(B) 330.83º 0.69% 0.82% -
XYZ 32.56 19.09 24.89 -
YUV 116.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 209 65 135 0 0.69 0.35 0.18 330.83 0.61 0.54
Hex D1 41 87 0 45 23 12 14B 3D 36
Octal 321 101 207 0 105 43 22 513 75 66
Binary 11010001 1000001 10000111 0 1000101 100011 10010 101001011 111101 110110

Color Harmonies of #D14187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14187

Black with #D14187

Text Example


Text Example

White with #D14187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14187; }

 p { color: rgb(209,65,135); }

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

background-color css

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

 a { background-color: rgb(209,65,135); }

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

border-color css

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

 span { border-color: rgb(209,65,135); }

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