Html Css Color HEX #D04882 Mulberry

📋 copy color: '#D04882'

red 208 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #D04882

Tints of Mulberry #D04882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.56%

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

R = 50.73%
G = 17.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04882 (or 0xD04882) is known color: Mulberry. HEX triplet: D0, 48 and 82. RGB value is (208,72,130). Sum of RGB (Red+Green+Blue) = 208+72+130=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D04882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04882 is #2FB77D. Grayscale: #777777. Windows color (decimal): -3127166 or 8538320. OLE color: 8538320.

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

Color convert

RGB 208 72 130 -
CMYK 0 0.65 0.38 0.18
HSL 334.41º 0.59% 0.55% -
HSV(B) 334.41º 0.65% 0.82% -
XYZ 32.36 19.66 23.21 -
YUV 119.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 208 72 130 0 0.65 0.38 0.18 334.41 0.59 0.55
Hex D0 48 82 0 41 26 12 14E 3B 37
Octal 320 110 202 0 101 46 22 516 73 67
Binary 11010000 1001000 10000010 0 1000001 100110 10010 101001110 111011 110111

Color Harmonies of #D04882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04882

Black with #D04882

Text Example


Text Example

White with #D04882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04882; }

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

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

background-color css

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

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

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

border-color css

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

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

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