Html Css Color HEX #D04890 Mulberry

📋 copy color: '#D04890'

red 208 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #D04890

Tints of Mulberry #D04890

RGB

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

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

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

R = 49.06%
G = 16.98%
B = 33.96%

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

#D04890 (or 0xD04890) is known color: Mulberry. HEX triplet: D0, 48 and 90. RGB value is (208,72,144). Sum of RGB (Red+Green+Blue) = 208+72+144=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D04890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04890 is #2FB76F. Grayscale: #787878. Windows color (decimal): -3127152 or 9455824. OLE color: 9455824.

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

Color convert

RGB 208 72 144 -
CMYK 0 0.65 0.31 0.18
HSL 328.24º 0.59% 0.55% -
HSV(B) 328.24º 0.65% 0.82% -
XYZ 33.36 20.06 28.5 -
YUV 120.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 208 72 144 0 0.65 0.31 0.18 328.24 0.59 0.55
Hex D0 48 90 0 41 1F 12 148 3B 37
Octal 320 110 220 0 101 37 22 510 73 67
Binary 11010000 1001000 10010000 0 1000001 11111 10010 101001000 111011 110111

Color Harmonies of #D04890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04890

Black with #D04890

Text Example


Text Example

White with #D04890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04890; }

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

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

background-color css

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

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

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

border-color css

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

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

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