Html Css Color HEX #D040A7 Mulberry

📋 copy color: '#D040A7'

red 208 ◦ green 64 ◦ blue 167

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

Shades of Mulberry #D040A7

Tints of Mulberry #D040A7

RGB

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

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

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

R = 47.38%
G = 14.58%
B = 38.04%

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

#D040A7 (or 0xD040A7) is known color: Mulberry. HEX triplet: D0, 40 and A7. RGB value is (208,64,167). Sum of RGB (Red+Green+Blue) = 208+64+167=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D040A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040A7 is #2FBF58. Grayscale: #767676. Windows color (decimal): -3129177 or 10961104. OLE color: 10961104.

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

Color convert

RGB 208 64 167 -
CMYK 0 0.69 0.20 0.18
HSL 317.08º 0.61% 0.53% -
HSV(B) 317.08º 0.69% 0.82% -
XYZ 34.82 19.87 38.56 -
YUV 118.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 208 64 167 0 0.69 0.20 0.18 317.08 0.61 0.53
Hex D0 40 A7 0 45 14 12 13D 3D 35
Octal 320 100 247 0 105 24 22 475 75 65
Binary 11010000 1000000 10100111 0 1000101 10100 10010 100111101 111101 110101

Color Harmonies of #D040A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040A7

Black with #D040A7

Text Example


Text Example

White with #D040A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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