Html Css Color HEX #D04380 Mulberry

📋 copy color: '#D04380'

red 208 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #D04380

Tints of Mulberry #D04380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 51.61%
G = 16.63%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04380 (or 0xD04380) is known color: Mulberry. HEX triplet: D0, 43 and 80. RGB value is (208,67,128). Sum of RGB (Red+Green+Blue) = 208+67+128=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D04380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04380 is #2FBC7F. Grayscale: #747474. Windows color (decimal): -3128448 or 8405968. OLE color: 8405968.

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

Color convert

RGB 208 67 128 -
CMYK 0 0.68 0.38 0.18
HSL 334.04º 0.6% 0.54% -
HSV(B) 334.04º 0.68% 0.82% -
XYZ 31.92 18.98 22.4 -
YUV 116.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 208 67 128 0 0.68 0.38 0.18 334.04 0.6 0.54
Hex D0 43 80 0 44 26 12 14E 3C 36
Octal 320 103 200 0 104 46 22 516 74 66
Binary 11010000 1000011 10000000 0 1000100 100110 10010 101001110 111100 110110

Color Harmonies of #D04380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04380

Black with #D04380

Text Example


Text Example

White with #D04380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04380; }

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

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

background-color css

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

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

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

border-color css

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

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

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