Html Css Color HEX #D840AD Mulberry

📋 copy color: '#D840AD'

red 216 ◦ green 64 ◦ blue 173

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

Shades of Mulberry #D840AD

Tints of Mulberry #D840AD

RGB

 RED value IS 216 (84.77% from 255) = 47.68%

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 47.68%
G = 14.13%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D840AD (or 0xD840AD) is known color: Mulberry. HEX triplet: D8, 40 and AD. RGB value is (216,64,173). Sum of RGB (Red+Green+Blue) = 216+64+173=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D840AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D840AD is #27BF52. Grayscale: #797979. Windows color (decimal): -2604883 or 11354328. OLE color: 11354328.

HSL color Cylindrical-coordinate representation of color #D840AD: hue angle of 316.97º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840AD is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 173 -
CMYK 0 0.70 0.20 0.15
HSL 316.97º 0.66% 0.55% -
HSV(B) 316.97º 0.7% 0.85% -
XYZ 37.7 21.28 41.66 -
YUV 121.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 216 64 173 0 0.70 0.20 0.15 316.97 0.66 0.55
Hex D8 40 AD 0 46 14 F 13D 42 37
Octal 330 100 255 0 106 24 17 475 102 67
Binary 11011000 1000000 10101101 0 1000110 10100 1111 100111101 1000010 110111

Color Harmonies of #D840AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840AD

Black with #D840AD

Text Example


Text Example

White with #D840AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840AD; }

 p { color: rgb(216,64,173); }

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

background-color css

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

 a { background-color: rgb(216,64,173); }

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

border-color css

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

 span { border-color: rgb(216,64,173); }

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