Html Css Color HEX #D842A0 Mulberry

📋 copy color: '#D842A0'

red 216 ◦ green 66 ◦ blue 160

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

Shades of Mulberry #D842A0

Tints of Mulberry #D842A0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

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

R = 48.87%
G = 14.93%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D842A0 (or 0xD842A0) is known color: Mulberry. HEX triplet: D8, 42 and A0. RGB value is (216,66,160). Sum of RGB (Red+Green+Blue) = 216+66+160=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D842A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D842A0 is #27BD5F. Grayscale: #797979. Windows color (decimal): -2604384 or 10502872. OLE color: 10502872.

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

Color convert

RGB 216 66 160 -
CMYK 0 0.69 0.26 0.15
HSL 322.4º 0.66% 0.55% -
HSV(B) 322.4º 0.69% 0.85% -
XYZ 36.61 21.03 35.39 -
YUV 121.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 216 66 160 0 0.69 0.26 0.15 322.4 0.66 0.55
Hex D8 42 A0 0 45 1A F 142 42 37
Octal 330 102 240 0 105 32 17 502 102 67
Binary 11011000 1000010 10100000 0 1000101 11010 1111 101000010 1000010 110111

Color Harmonies of #D842A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842A0

Black with #D842A0

Text Example


Text Example

White with #D842A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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