Html Css Color HEX #D040A0 Mulberry

📋 copy color: '#D040A0'

red 208 ◦ green 64 ◦ blue 160

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

Shades of Mulberry #D040A0

Tints of Mulberry #D040A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 48.15%
G = 14.81%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D040A0 (or 0xD040A0) is known color: Mulberry. HEX triplet: D0, 40 and A0. RGB value is (208,64,160). Sum of RGB (Red+Green+Blue) = 208+64+160=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D040A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040A0 is #2FBF5F. Grayscale: #757575. Windows color (decimal): -3129184 or 10502352. OLE color: 10502352.

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

Color convert

RGB 208 64 160 -
CMYK 0 0.69 0.23 0.18
HSL 320º 0.61% 0.53% -
HSV(B) 320º 0.69% 0.82% -
XYZ 34.19 19.61 35.24 -
YUV 118 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 208 64 160 0 0.69 0.23 0.18 320 0.61 0.53
Hex D0 40 A0 0 45 17 12 140 3D 35
Octal 320 100 240 0 105 27 22 500 75 65
Binary 11010000 1000000 10100000 0 1000101 10111 10010 101000000 111101 110101

Color Harmonies of #D040A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040A0

Black with #D040A0

Text Example


Text Example

White with #D040A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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