Html Css Color HEX #D04AA8 Mulberry

📋 copy color: '#D04AA8'

red 208 ◦ green 74 ◦ blue 168

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

Shades of Mulberry #D04AA8

Tints of Mulberry #D04AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.33%

R = 46.22%
G = 16.44%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D04AA8 (or 0xD04AA8) is known color: Mulberry. HEX triplet: D0, 4A and A8. RGB value is (208,74,168). Sum of RGB (Red+Green+Blue) = 208+74+168=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AA8 is #2FB557. Grayscale: #7C7C7C. Windows color (decimal): -3126616 or 11029200. OLE color: 11029200.

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

Color convert

RGB 208 74 168 -
CMYK 0 0.64 0.19 0.18
HSL 317.91º 0.59% 0.55% -
HSV(B) 317.91º 0.64% 0.82% -
XYZ 35.53 21.13 39.25 -
YUV 124.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 208 74 168 0 0.64 0.19 0.18 317.91 0.59 0.55
Hex D0 4A A8 0 40 13 12 13E 3B 37
Octal 320 112 250 0 100 23 22 476 73 67
Binary 11010000 1001010 10101000 0 1000000 10011 10010 100111110 111011 110111

Color Harmonies of #D04AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AA8

Black with #D04AA8

Text Example


Text Example

White with #D04AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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