Html Css Color HEX #D04682 Mulberry

📋 copy color: '#D04682'

red 208 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #D04682

Tints of Mulberry #D04682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

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

R = 50.98%
G = 17.16%
B = 31.86%

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

#D04682 (or 0xD04682) is known color: Mulberry. HEX triplet: D0, 46 and 82. RGB value is (208,70,130). Sum of RGB (Red+Green+Blue) = 208+70+130=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D04682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04682 is #2FB97D. Grayscale: #757575. Windows color (decimal): -3127678 or 8537808. OLE color: 8537808.

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

Color convert

RGB 208 70 130 -
CMYK 0 0.66 0.38 0.18
HSL 333.91º 0.59% 0.55% -
HSV(B) 333.91º 0.66% 0.82% -
XYZ 32.23 19.4 23.17 -
YUV 118.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 208 70 130 0 0.66 0.38 0.18 333.91 0.59 0.55
Hex D0 46 82 0 42 26 12 14E 3B 37
Octal 320 106 202 0 102 46 22 516 73 67
Binary 11010000 1000110 10000010 0 1000010 100110 10010 101001110 111011 110111

Color Harmonies of #D04682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04682

Black with #D04682

Text Example


Text Example

White with #D04682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04682; }

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

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

background-color css

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

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

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

border-color css

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

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

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