Html Css Color HEX #D04590 Mulberry

📋 copy color: '#D04590'

red 208 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #D04590

Tints of Mulberry #D04590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 49.41%
G = 16.39%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D04590 (or 0xD04590) is known color: Mulberry. HEX triplet: D0, 45 and 90. RGB value is (208,69,144). Sum of RGB (Red+Green+Blue) = 208+69+144=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D04590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04590 is #2FBA6F. Grayscale: #767676. Windows color (decimal): -3127920 or 9455056. OLE color: 9455056.

HSL color Cylindrical-coordinate representation of color #D04590: hue angle of 327.63º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04590 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 144 -
CMYK 0 0.67 0.31 0.18
HSL 327.63º 0.6% 0.54% -
HSV(B) 327.63º 0.67% 0.82% -
XYZ 33.17 19.68 28.44 -
YUV 119.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 208 69 144 0 0.67 0.31 0.18 327.63 0.6 0.54
Hex D0 45 90 0 43 1F 12 148 3C 36
Octal 320 105 220 0 103 37 22 510 74 66
Binary 11010000 1000101 10010000 0 1000011 11111 10010 101001000 111100 110110

Color Harmonies of #D04590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04590

Black with #D04590

Text Example


Text Example

White with #D04590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04590; }

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

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

background-color css

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

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

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

border-color css

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

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

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