Html Css Color HEX #D04BAA Mulberry

📋 copy color: '#D04BAA'

red 208 ◦ green 75 ◦ blue 170

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

Shades of Mulberry #D04BAA

Tints of Mulberry #D04BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 45.92%
G = 16.56%
B = 37.53%

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

#D04BAA (or 0xD04BAA) is known color: Mulberry. HEX triplet: D0, 4B and AA. RGB value is (208,75,170). Sum of RGB (Red+Green+Blue) = 208+75+170=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BAA is #2FB455. Grayscale: #7D7D7D. Windows color (decimal): -3126358 or 11160528. OLE color: 11160528.

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

Color convert

RGB 208 75 170 -
CMYK 0 0.64 0.18 0.18
HSL 317.14º 0.59% 0.55% -
HSV(B) 317.14º 0.64% 0.82% -
XYZ 35.78 21.34 40.26 -
YUV 125.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 208 75 170 0 0.64 0.18 0.18 317.14 0.59 0.55
Hex D0 4B AA 0 40 12 12 13D 3B 37
Octal 320 113 252 0 100 22 22 475 73 67
Binary 11010000 1001011 10101010 0 1000000 10010 10010 100111101 111011 110111

Color Harmonies of #D04BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BAA

Black with #D04BAA

Text Example


Text Example

White with #D04BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BAA; }

 p { color: rgb(208,75,170); }

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

background-color css

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

 a { background-color: rgb(208,75,170); }

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

border-color css

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

 span { border-color: rgb(208,75,170); }

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