Html Css Color HEX #D04DAB Mulberry

📋 copy color: '#D04DAB'

red 208 ◦ green 77 ◦ blue 171

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

Shades of Mulberry #D04DAB

Tints of Mulberry #D04DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 45.61%
G = 16.89%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D04DAB (or 0xD04DAB) is known color: Mulberry. HEX triplet: D0, 4D and AB. RGB value is (208,77,171). Sum of RGB (Red+Green+Blue) = 208+77+171=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04DAB is #2FB254. Grayscale: #7E7E7E. Windows color (decimal): -3125845 or 11226576. OLE color: 11226576.

HSL color Cylindrical-coordinate representation of color #D04DAB: hue angle of 316.95º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04DAB is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 171 -
CMYK 0 0.63 0.18 0.18
HSL 316.95º 0.58% 0.56% -
HSV(B) 316.95º 0.63% 0.82% -
XYZ 36.02 21.66 40.81 -
YUV 126.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 208 77 171 0 0.63 0.18 0.18 316.95 0.58 0.56
Hex D0 4D AB 0 3F 12 12 13D 3A 38
Octal 320 115 253 0 77 22 22 475 72 70
Binary 11010000 1001101 10101011 0 111111 10010 10010 100111101 111010 111000

Color Harmonies of #D04DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DAB

Black with #D04DAB

Text Example


Text Example

White with #D04DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DAB; }

 p { color: rgb(208,77,171); }

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

background-color css

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

 a { background-color: rgb(208,77,171); }

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

border-color css

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

 span { border-color: rgb(208,77,171); }

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