Html Css Color HEX #D04AAB Mulberry

📋 copy color: '#D04AAB'

red 208 ◦ green 74 ◦ blue 171

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

Shades of Mulberry #D04AAB

Tints of Mulberry #D04AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.34%

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

R = 45.92%
G = 16.34%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D04AAB (or 0xD04AAB) is known color: Mulberry. HEX triplet: D0, 4A and AB. RGB value is (208,74,171). Sum of RGB (Red+Green+Blue) = 208+74+171=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AAB is #2FB554. Grayscale: #7C7C7C. Windows color (decimal): -3126613 or 11225808. OLE color: 11225808.

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

Color convert

RGB 208 74 171 -
CMYK 0 0.64 0.18 0.18
HSL 316.57º 0.59% 0.55% -
HSV(B) 316.57º 0.64% 0.82% -
XYZ 35.81 21.25 40.74 -
YUV 125.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 208 74 171 0 0.64 0.18 0.18 316.57 0.59 0.55
Hex D0 4A AB 0 40 12 12 13D 3B 37
Octal 320 112 253 0 100 22 22 475 73 67
Binary 11010000 1001010 10101011 0 1000000 10010 10010 100111101 111011 110111

Color Harmonies of #D04AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AAB

Black with #D04AAB

Text Example


Text Example

White with #D04AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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