Html Css Color HEX #D04482 Mulberry

📋 copy color: '#D04482'

red 208 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #D04482

Tints of Mulberry #D04482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.75%

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

R = 51.23%
G = 16.75%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04482 (or 0xD04482) is known color: Mulberry. HEX triplet: D0, 44 and 82. RGB value is (208,68,130). Sum of RGB (Red+Green+Blue) = 208+68+130=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04482 is #2FBB7D. Grayscale: #747474. Windows color (decimal): -3128190 or 8537296. OLE color: 8537296.

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

Color convert

RGB 208 68 130 -
CMYK 0 0.67 0.38 0.18
HSL 333.43º 0.6% 0.54% -
HSV(B) 333.43º 0.67% 0.82% -
XYZ 32.11 19.16 23.12 -
YUV 116.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 208 68 130 0 0.67 0.38 0.18 333.43 0.6 0.54
Hex D0 44 82 0 43 26 12 14D 3C 36
Octal 320 104 202 0 103 46 22 515 74 66
Binary 11010000 1000100 10000010 0 1000011 100110 10010 101001101 111100 110110

Color Harmonies of #D04482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04482

Black with #D04482

Text Example


Text Example

White with #D04482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04482; }

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

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

background-color css

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

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

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

border-color css

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

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

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