Html Css Color HEX #D040AB Mulberry

📋 copy color: '#D040AB'

red 208 ◦ green 64 ◦ blue 171

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

Shades of Mulberry #D040AB

Tints of Mulberry #D040AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 46.95%
G = 14.45%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D040AB (or 0xD040AB) is known color: Mulberry. HEX triplet: D0, 40 and AB. RGB value is (208,64,171). Sum of RGB (Red+Green+Blue) = 208+64+171=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D040AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040AB is #2FBF54. Grayscale: #767676. Windows color (decimal): -3129173 or 11223248. OLE color: 11223248.

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

Color convert

RGB 208 64 171 -
CMYK 0 0.69 0.18 0.18
HSL 315.42º 0.61% 0.53% -
HSV(B) 315.42º 0.69% 0.82% -
XYZ 35.2 20.02 40.54 -
YUV 119.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 208 64 171 0 0.69 0.18 0.18 315.42 0.61 0.53
Hex D0 40 AB 0 45 12 12 13B 3D 35
Octal 320 100 253 0 105 22 22 473 75 65
Binary 11010000 1000000 10101011 0 1000101 10010 10010 100111011 111101 110101

Color Harmonies of #D040AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040AB

Black with #D040AB

Text Example


Text Example

White with #D040AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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