Html Css Color HEX #D04486 Mulberry

📋 copy color: '#D04486'

red 208 ◦ green 68 ◦ blue 134

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

Shades of Mulberry #D04486

Tints of Mulberry #D04486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 50.73%
G = 16.59%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D04486 (or 0xD04486) is known color: Mulberry. HEX triplet: D0, 44 and 86. RGB value is (208,68,134). Sum of RGB (Red+Green+Blue) = 208+68+134=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D04486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04486 is #2FBB79. Grayscale: #757575. Windows color (decimal): -3128186 or 8799440. OLE color: 8799440.

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

Color convert

RGB 208 68 134 -
CMYK 0 0.67 0.36 0.18
HSL 331.71º 0.6% 0.54% -
HSV(B) 331.71º 0.67% 0.82% -
XYZ 32.38 19.27 24.57 -
YUV 117.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 208 68 134 0 0.67 0.36 0.18 331.71 0.6 0.54
Hex D0 44 86 0 43 24 12 14C 3C 36
Octal 320 104 206 0 103 44 22 514 74 66
Binary 11010000 1000100 10000110 0 1000011 100100 10010 101001100 111100 110110

Color Harmonies of #D04486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04486

Black with #D04486

Text Example


Text Example

White with #D04486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04486; }

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

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

background-color css

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

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

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

border-color css

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

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

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