Html Css Color HEX #D04FAA Mulberry

📋 copy color: '#D04FAA'

red 208 ◦ green 79 ◦ blue 170

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

Shades of Mulberry #D04FAA

Tints of Mulberry #D04FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

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

R = 45.51%
G = 17.29%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D04FAA (or 0xD04FAA) is known color: Mulberry. HEX triplet: D0, 4F and AA. RGB value is (208,79,170). Sum of RGB (Red+Green+Blue) = 208+79+170=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04FAA is #2FB055. Grayscale: #7F7F7F. Windows color (decimal): -3125334 or 11161552. OLE color: 11161552.

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

Color convert

RGB 208 79 170 -
CMYK 0 0.62 0.18 0.18
HSL 317.67º 0.58% 0.56% -
HSV(B) 317.67º 0.62% 0.82% -
XYZ 36.06 21.9 40.36 -
YUV 127.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 208 79 170 0 0.62 0.18 0.18 317.67 0.58 0.56
Hex D0 4F AA 0 3E 12 12 13E 3A 38
Octal 320 117 252 0 76 22 22 476 72 70
Binary 11010000 1001111 10101010 0 111110 10010 10010 100111110 111010 111000

Color Harmonies of #D04FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FAA

Black with #D04FAA

Text Example


Text Example

White with #D04FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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