Html Css Color HEX #D04390 Mulberry

📋 copy color: '#D04390'

red 208 ◦ green 67 ◦ blue 144

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

Shades of Mulberry #D04390

Tints of Mulberry #D04390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.99%

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

R = 49.64%
G = 15.99%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D04390 (or 0xD04390) is known color: Mulberry. HEX triplet: D0, 43 and 90. RGB value is (208,67,144). Sum of RGB (Red+Green+Blue) = 208+67+144=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D04390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04390 is #2FBC6F. Grayscale: #757575. Windows color (decimal): -3128432 or 9454544. OLE color: 9454544.

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

Color convert

RGB 208 67 144 -
CMYK 0 0.68 0.31 0.18
HSL 327.23º 0.6% 0.54% -
HSV(B) 327.23º 0.68% 0.82% -
XYZ 33.05 19.44 28.4 -
YUV 117.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 208 67 144 0 0.68 0.31 0.18 327.23 0.6 0.54
Hex D0 43 90 0 44 1F 12 147 3C 36
Octal 320 103 220 0 104 37 22 507 74 66
Binary 11010000 1000011 10010000 0 1000100 11111 10010 101000111 111100 110110

Color Harmonies of #D04390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04390

Black with #D04390

Text Example


Text Example

White with #D04390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04390; }

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

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

background-color css

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

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

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

border-color css

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

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

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