Html Css Color HEX #D14482 Mulberry

📋 copy color: '#D14482'

red 209 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #D14482

Tints of Mulberry #D14482

RGB

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

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

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

R = 51.35%
G = 16.71%
B = 31.94%

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

#D14482 (or 0xD14482) is known color: Mulberry. HEX triplet: D1, 44 and 82. RGB value is (209,68,130). Sum of RGB (Red+Green+Blue) = 209+68+130=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D14482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14482 is #2EBB7D. Grayscale: #757575. Windows color (decimal): -3062654 or 8537297. OLE color: 8537297.

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

Color convert

RGB 209 68 130 -
CMYK 0 0.67 0.38 0.18
HSL 333.62º 0.61% 0.54% -
HSV(B) 333.62º 0.67% 0.82% -
XYZ 32.39 19.3 23.14 -
YUV 117.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 209 68 130 0 0.67 0.38 0.18 333.62 0.61 0.54
Hex D1 44 82 0 43 26 12 14E 3D 36
Octal 321 104 202 0 103 46 22 516 75 66
Binary 11010001 1000100 10000010 0 1000011 100110 10010 101001110 111101 110110

Color Harmonies of #D14482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14482

Black with #D14482

Text Example


Text Example

White with #D14482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14482; }

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

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

background-color css

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

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

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

border-color css

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

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

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