Html Css Color HEX #D14682 Mulberry

📋 copy color: '#D14682'

red 209 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #D14682

Tints of Mulberry #D14682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.11%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 51.1%
G = 17.11%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D14682 (or 0xD14682) is known color: Mulberry. HEX triplet: D1, 46 and 82. RGB value is (209,70,130). Sum of RGB (Red+Green+Blue) = 209+70+130=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14682 is #2EB97D. Grayscale: #767676. Windows color (decimal): -3062142 or 8537809. OLE color: 8537809.

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

Color convert

RGB 209 70 130 -
CMYK 0 0.67 0.38 0.18
HSL 334.1º 0.6% 0.55% -
HSV(B) 334.1º 0.67% 0.82% -
XYZ 32.51 19.55 23.18 -
YUV 118.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 209 70 130 0 0.67 0.38 0.18 334.1 0.6 0.55
Hex D1 46 82 0 43 26 12 14E 3C 37
Octal 321 106 202 0 103 46 22 516 74 67
Binary 11010001 1000110 10000010 0 1000011 100110 10010 101001110 111100 110111

Color Harmonies of #D14682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14682

Black with #D14682

Text Example


Text Example

White with #D14682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14682; }

 p { color: rgb(209,70,130); }

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

background-color css

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

 a { background-color: rgb(209,70,130); }

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

border-color css

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

 span { border-color: rgb(209,70,130); }

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