Html Css Color HEX #D040A6 Mulberry

📋 copy color: '#D040A6'

red 208 ◦ green 64 ◦ blue 166

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

Shades of Mulberry #D040A6

Tints of Mulberry #D040A6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

 BLUE value IS 166 (65.23% from 255) = 37.9%

R = 47.49%
G = 14.61%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D040A6 (or 0xD040A6) is known color: Mulberry. HEX triplet: D0, 40 and A6. RGB value is (208,64,166). Sum of RGB (Red+Green+Blue) = 208+64+166=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D040A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040A6 is #2FBF59. Grayscale: #767676. Windows color (decimal): -3129178 or 10895568. OLE color: 10895568.

HSL color Cylindrical-coordinate representation of color #D040A6: hue angle of 317.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040A6 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 166 -
CMYK 0 0.69 0.20 0.18
HSL 317.5º 0.61% 0.53% -
HSV(B) 317.5º 0.69% 0.82% -
XYZ 34.73 19.83 38.07 -
YUV 118.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 208 64 166 0 0.69 0.20 0.18 317.5 0.61 0.53
Hex D0 40 A6 0 45 14 12 13E 3D 35
Octal 320 100 246 0 105 24 22 476 75 65
Binary 11010000 1000000 10100110 0 1000101 10100 10010 100111110 111101 110101

Color Harmonies of #D040A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040A6

Black with #D040A6

Text Example


Text Example

White with #D040A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040A6; }

 p { color: rgb(208,64,166); }

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

background-color css

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

 a { background-color: rgb(208,64,166); }

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

border-color css

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

 span { border-color: rgb(208,64,166); }

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