Html Css Color HEX #D0489B Mulberry

📋 copy color: '#D0489B'

red 208 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #D0489B

Tints of Mulberry #D0489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 47.82%
G = 16.55%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0489B (or 0xD0489B) is known color: Mulberry. HEX triplet: D0, 48 and 9B. RGB value is (208,72,155). Sum of RGB (Red+Green+Blue) = 208+72+155=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0489B is #2FB764. Grayscale: #797979. Windows color (decimal): -3127141 or 10176720. OLE color: 10176720.

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

Color convert

RGB 208 72 155 -
CMYK 0 0.65 0.25 0.18
HSL 323.38º 0.59% 0.55% -
HSV(B) 323.38º 0.65% 0.82% -
XYZ 34.25 20.41 33.15 -
YUV 122.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 208 72 155 0 0.65 0.25 0.18 323.38 0.59 0.55
Hex D0 48 9B 0 41 19 12 143 3B 37
Octal 320 110 233 0 101 31 22 503 73 67
Binary 11010000 1001000 10011011 0 1000001 11001 10010 101000011 111011 110111

Color Harmonies of #D0489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0489B

Black with #D0489B

Text Example


Text Example

White with #D0489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0489B; }

 p { color: rgb(208,72,155); }

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

background-color css

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

 a { background-color: rgb(208,72,155); }

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

border-color css

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

 span { border-color: rgb(208,72,155); }

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