Html Css Color HEX #D359A1 Mulberry

📋 copy color: '#D359A1'

red 211 ◦ green 89 ◦ blue 161

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

Shades of Mulberry #D359A1

Tints of Mulberry #D359A1

RGB

 RED value IS 211 (82.81% from 255) = 45.77%

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 45.77%
G = 19.31%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D359A1 (or 0xD359A1) is known color: Mulberry. HEX triplet: D3, 59 and A1. RGB value is (211,89,161). Sum of RGB (Red+Green+Blue) = 211+89+161=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D359A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D359A1 is #2CA65E. Grayscale: #858585. Windows color (decimal): -2926175 or 10574291. OLE color: 10574291.

HSL color Cylindrical-coordinate representation of color #D359A1: hue angle of 324.59º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D359A1 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 161 -
CMYK 0 0.58 0.24 0.17
HSL 324.59º 0.58% 0.59% -
HSV(B) 324.59º 0.58% 0.83% -
XYZ 36.87 23.57 36.32 -
YUV 133.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 211 89 161 0 0.58 0.24 0.17 324.59 0.58 0.59
Hex D3 59 A1 0 3A 18 11 145 3A 3B
Octal 323 131 241 0 72 30 21 505 72 73
Binary 11010011 1011001 10100001 0 111010 11000 10001 101000101 111010 111011

Color Harmonies of #D359A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359A1

Black with #D359A1

Text Example


Text Example

White with #D359A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359A1; }

 p { color: rgb(211,89,161); }

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

background-color css

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

 a { background-color: rgb(211,89,161); }

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

border-color css

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

 span { border-color: rgb(211,89,161); }

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