Html Css Color HEX #D14287 Mulberry

📋 copy color: '#D14287'

red 209 ◦ green 66 ◦ blue 135

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

Shades of Mulberry #D14287

Tints of Mulberry #D14287

RGB

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

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

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

R = 50.98%
G = 16.1%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14287 (or 0xD14287) is known color: Mulberry. HEX triplet: D1, 42 and 87. RGB value is (209,66,135). Sum of RGB (Red+Green+Blue) = 209+66+135=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D14287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14287 is #2EBD78. Grayscale: #747474. Windows color (decimal): -3063161 or 8864465. OLE color: 8864465.

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

Color convert

RGB 209 66 135 -
CMYK 0 0.68 0.35 0.18
HSL 331.05º 0.61% 0.54% -
HSV(B) 331.05º 0.68% 0.82% -
XYZ 32.62 19.2 24.91 -
YUV 116.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 209 66 135 0 0.68 0.35 0.18 331.05 0.61 0.54
Hex D1 42 87 0 44 23 12 14B 3D 36
Octal 321 102 207 0 104 43 22 513 75 66
Binary 11010001 1000010 10000111 0 1000100 100011 10010 101001011 111101 110110

Color Harmonies of #D14287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14287

Black with #D14287

Text Example


Text Example

White with #D14287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14287; }

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

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

background-color css

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

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

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

border-color css

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

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

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