Html Css Color HEX #D04182 Mulberry

📋 copy color: '#D04182'

red 208 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #D04182

Tints of Mulberry #D04182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.13%

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

R = 51.61%
G = 16.13%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04182 (or 0xD04182) is known color: Mulberry. HEX triplet: D0, 41 and 82. RGB value is (208,65,130). Sum of RGB (Red+Green+Blue) = 208+65+130=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D04182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04182 is #2FBE7D. Grayscale: #737373. Windows color (decimal): -3128958 or 8536528. OLE color: 8536528.

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

Color convert

RGB 208 65 130 -
CMYK 0 0.69 0.38 0.18
HSL 332.73º 0.6% 0.54% -
HSV(B) 332.73º 0.69% 0.82% -
XYZ 31.93 18.8 23.07 -
YUV 115.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 208 65 130 0 0.69 0.38 0.18 332.73 0.6 0.54
Hex D0 41 82 0 45 26 12 14D 3C 36
Octal 320 101 202 0 105 46 22 515 74 66
Binary 11010000 1000001 10000010 0 1000101 100110 10010 101001101 111100 110110

Color Harmonies of #D04182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04182

Black with #D04182

Text Example


Text Example

White with #D04182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04182; }

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

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

background-color css

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

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

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

border-color css

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

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

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