Html Css Color HEX #D0498A Mulberry

📋 copy color: '#D0498A'

red 208 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #D0498A

Tints of Mulberry #D0498A

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 49.64%
G = 17.42%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0498A (or 0xD0498A) is known color: Mulberry. HEX triplet: D0, 49 and 8A. RGB value is (208,73,138). Sum of RGB (Red+Green+Blue) = 208+73+138=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0498A is #2FB675. Grayscale: #787878. Windows color (decimal): -3126902 or 9062864. OLE color: 9062864.

HSL color Cylindrical-coordinate representation of color #D0498A: hue angle of 331.11º degrees, saturation: 0.59, 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 #D0498A is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 138 -
CMYK 0 0.65 0.34 0.18
HSL 331.11º 0.59% 0.55% -
HSV(B) 331.11º 0.65% 0.82% -
XYZ 32.98 20.01 26.17 -
YUV 120.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 208 73 138 0 0.65 0.34 0.18 331.11 0.59 0.55
Hex D0 49 8A 0 41 22 12 14B 3B 37
Octal 320 111 212 0 101 42 22 513 73 67
Binary 11010000 1001001 10001010 0 1000001 100010 10010 101001011 111011 110111

Color Harmonies of #D0498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0498A

Black with #D0498A

Text Example


Text Example

White with #D0498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0498A; }

 p { color: rgb(208,73,138); }

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

background-color css

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

 a { background-color: rgb(208,73,138); }

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

border-color css

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

 span { border-color: rgb(208,73,138); }

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