Html Css Color HEX #D04AA7 Mulberry

📋 copy color: '#D04AA7'

red 208 ◦ green 74 ◦ blue 167

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

Shades of Mulberry #D04AA7

Tints of Mulberry #D04AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 46.33%
G = 16.48%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D04AA7 (or 0xD04AA7) is known color: Mulberry. HEX triplet: D0, 4A and A7. RGB value is (208,74,167). Sum of RGB (Red+Green+Blue) = 208+74+167=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AA7 is #2FB558. Grayscale: #7C7C7C. Windows color (decimal): -3126617 or 10963664. OLE color: 10963664.

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

Color convert

RGB 208 74 167 -
CMYK 0 0.64 0.20 0.18
HSL 318.36º 0.59% 0.55% -
HSV(B) 318.36º 0.64% 0.82% -
XYZ 35.44 21.1 38.76 -
YUV 124.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 208 74 167 0 0.64 0.20 0.18 318.36 0.59 0.55
Hex D0 4A A7 0 40 14 12 13E 3B 37
Octal 320 112 247 0 100 24 22 476 73 67
Binary 11010000 1001010 10100111 0 1000000 10100 10010 100111110 111011 110111

Color Harmonies of #D04AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AA7

Black with #D04AA7

Text Example


Text Example

White with #D04AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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