Html Css Color HEX #D04990 Mulberry

📋 copy color: '#D04990'

red 208 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #D04990

Tints of Mulberry #D04990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 48.94%
G = 17.18%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D04990 (or 0xD04990) is known color: Mulberry. HEX triplet: D0, 49 and 90. RGB value is (208,73,144). Sum of RGB (Red+Green+Blue) = 208+73+144=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D04990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04990 is #2FB66F. Grayscale: #797979. Windows color (decimal): -3126896 or 9456080. OLE color: 9456080.

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

Color convert

RGB 208 73 144 -
CMYK 0 0.65 0.31 0.18
HSL 328.44º 0.59% 0.55% -
HSV(B) 328.44º 0.65% 0.82% -
XYZ 33.43 20.19 28.52 -
YUV 121.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 208 73 144 0 0.65 0.31 0.18 328.44 0.59 0.55
Hex D0 49 90 0 41 1F 12 148 3B 37
Octal 320 111 220 0 101 37 22 510 73 67
Binary 11010000 1001001 10010000 0 1000001 11111 10010 101001000 111011 110111

Color Harmonies of #D04990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04990

Black with #D04990

Text Example


Text Example

White with #D04990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04990; }

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

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

background-color css

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

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

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

border-color css

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

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

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