Html Css Color HEX #D04782 Mulberry

📋 copy color: '#D04782'

red 208 ◦ green 71 ◦ blue 130

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

Shades of Mulberry #D04782

Tints of Mulberry #D04782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 50.86%
G = 17.36%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04782 (or 0xD04782) is known color: Mulberry. HEX triplet: D0, 47 and 82. RGB value is (208,71,130). Sum of RGB (Red+Green+Blue) = 208+71+130=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04782 is #2FB87D. Grayscale: #767676. Windows color (decimal): -3127422 or 8538064. OLE color: 8538064.

HSL color Cylindrical-coordinate representation of color #D04782: hue angle of 334.16º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04782 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 130 -
CMYK 0 0.66 0.38 0.18
HSL 334.16º 0.59% 0.55% -
HSV(B) 334.16º 0.66% 0.82% -
XYZ 32.29 19.53 23.19 -
YUV 118.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 208 71 130 0 0.66 0.38 0.18 334.16 0.59 0.55
Hex D0 47 82 0 42 26 12 14E 3B 37
Octal 320 107 202 0 102 46 22 516 73 67
Binary 11010000 1000111 10000010 0 1000010 100110 10010 101001110 111011 110111

Color Harmonies of #D04782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04782

Black with #D04782

Text Example


Text Example

White with #D04782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04782; }

 p { color: rgb(208,71,130); }

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

background-color css

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

 a { background-color: rgb(208,71,130); }

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

border-color css

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

 span { border-color: rgb(208,71,130); }

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