Html Css Color HEX #D841AD Mulberry

📋 copy color: '#D841AD'

red 216 ◦ green 65 ◦ blue 173

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

Shades of Mulberry #D841AD

Tints of Mulberry #D841AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.32%

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

R = 47.58%
G = 14.32%
B = 38.11%

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

#D841AD (or 0xD841AD) is known color: Mulberry. HEX triplet: D8, 41 and AD. RGB value is (216,65,173). Sum of RGB (Red+Green+Blue) = 216+65+173=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D841AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D841AD is #27BE52. Grayscale: #7A7A7A. Windows color (decimal): -2604627 or 11354584. OLE color: 11354584.

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

Color convert

RGB 216 65 173 -
CMYK 0 0.70 0.20 0.15
HSL 317.09º 0.66% 0.55% -
HSV(B) 317.09º 0.7% 0.85% -
XYZ 37.75 21.4 41.68 -
YUV 122.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 216 65 173 0 0.70 0.20 0.15 317.09 0.66 0.55
Hex D8 41 AD 0 46 14 F 13D 42 37
Octal 330 101 255 0 106 24 17 475 102 67
Binary 11011000 1000001 10101101 0 1000110 10100 1111 100111101 1000010 110111

Color Harmonies of #D841AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841AD

Black with #D841AD

Text Example


Text Example

White with #D841AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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