Html Css Color HEX #D1498D Mulberry

📋 copy color: '#D1498D'

red 209 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #D1498D

Tints of Mulberry #D1498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 49.41%
G = 17.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1498D (or 0xD1498D) is known color: Mulberry. HEX triplet: D1, 49 and 8D. RGB value is (209,73,141). Sum of RGB (Red+Green+Blue) = 209+73+141=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1498D is #2EB672. Grayscale: #797979. Windows color (decimal): -3061363 or 9259473. OLE color: 9259473.

HSL color Cylindrical-coordinate representation of color #D1498D: hue angle of 330º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1498D is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 141 -
CMYK 0 0.65 0.33 0.18
HSL 330º 0.6% 0.55% -
HSV(B) 330º 0.65% 0.82% -
XYZ 33.48 20.24 27.34 -
YUV 121.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 209 73 141 0 0.65 0.33 0.18 330 0.6 0.55
Hex D1 49 8D 0 41 21 12 14A 3C 37
Octal 321 111 215 0 101 41 22 512 74 67
Binary 11010001 1001001 10001101 0 1000001 100001 10010 101001010 111100 110111

Color Harmonies of #D1498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1498D

Black with #D1498D

Text Example


Text Example

White with #D1498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1498D; }

 p { color: rgb(209,73,141); }

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

background-color css

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

 a { background-color: rgb(209,73,141); }

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

border-color css

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

 span { border-color: rgb(209,73,141); }

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