Html Css Color HEX #D841A0 Mulberry

📋 copy color: '#D841A0'

red 216 ◦ green 65 ◦ blue 160

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

Shades of Mulberry #D841A0

Tints of Mulberry #D841A0

RGB

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

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

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

R = 48.98%
G = 14.74%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D841A0 (or 0xD841A0) is known color: Mulberry. HEX triplet: D8, 41 and A0. RGB value is (216,65,160). Sum of RGB (Red+Green+Blue) = 216+65+160=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D841A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D841A0 is #27BE5F. Grayscale: #787878. Windows color (decimal): -2604640 or 10502616. OLE color: 10502616.

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

Color convert

RGB 216 65 160 -
CMYK 0 0.70 0.26 0.15
HSL 322.25º 0.66% 0.55% -
HSV(B) 322.25º 0.7% 0.85% -
XYZ 36.55 20.92 35.37 -
YUV 120.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 216 65 160 0 0.70 0.26 0.15 322.25 0.66 0.55
Hex D8 41 A0 0 46 1A F 142 42 37
Octal 330 101 240 0 106 32 17 502 102 67
Binary 11011000 1000001 10100000 0 1000110 11010 1111 101000010 1000010 110111

Color Harmonies of #D841A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841A0

Black with #D841A0

Text Example


Text Example

White with #D841A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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