Html Css Color HEX #D14583 Mulberry

📋 copy color: '#D14583'

red 209 ◦ green 69 ◦ blue 131

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

Shades of Mulberry #D14583

Tints of Mulberry #D14583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 51.1%
G = 16.87%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14583 (or 0xD14583) is known color: Mulberry. HEX triplet: D1, 45 and 83. RGB value is (209,69,131). Sum of RGB (Red+Green+Blue) = 209+69+131=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14583 is #2EBA7C. Grayscale: #757575. Windows color (decimal): -3062397 or 8603089. OLE color: 8603089.

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

Color convert

RGB 209 69 131 -
CMYK 0 0.67 0.37 0.18
HSL 333.43º 0.6% 0.55% -
HSV(B) 333.43º 0.67% 0.82% -
XYZ 32.52 19.45 23.51 -
YUV 117.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 209 69 131 0 0.67 0.37 0.18 333.43 0.6 0.55
Hex D1 45 83 0 43 25 12 14D 3C 37
Octal 321 105 203 0 103 45 22 515 74 67
Binary 11010001 1000101 10000011 0 1000011 100101 10010 101001101 111100 110111

Color Harmonies of #D14583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14583

Black with #D14583

Text Example


Text Example

White with #D14583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14583; }

 p { color: rgb(209,69,131); }

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

background-color css

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

 a { background-color: rgb(209,69,131); }

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

border-color css

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

 span { border-color: rgb(209,69,131); }

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