Html Css Color HEX #D0488E Mulberry

📋 copy color: '#D0488E'

red 208 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #D0488E

Tints of Mulberry #D0488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 49.29%
G = 17.06%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0488E (or 0xD0488E) is known color: Mulberry. HEX triplet: D0, 48 and 8E. RGB value is (208,72,142). Sum of RGB (Red+Green+Blue) = 208+72+142=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0488E is #2FB771. Grayscale: #787878. Windows color (decimal): -3127154 or 9324752. OLE color: 9324752.

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

Color convert

RGB 208 72 142 -
CMYK 0 0.65 0.32 0.18
HSL 329.12º 0.59% 0.55% -
HSV(B) 329.12º 0.65% 0.82% -
XYZ 33.21 20 27.7 -
YUV 120.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 208 72 142 0 0.65 0.32 0.18 329.12 0.59 0.55
Hex D0 48 8E 0 41 20 12 149 3B 37
Octal 320 110 216 0 101 40 22 511 73 67
Binary 11010000 1001000 10001110 0 1000001 100000 10010 101001001 111011 110111

Color Harmonies of #D0488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0488E

Black with #D0488E

Text Example


Text Example

White with #D0488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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