Html Css Color HEX #D358A9 Mulberry

📋 copy color: '#D358A9'

red 211 ◦ green 88 ◦ blue 169

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

Shades of Mulberry #D358A9

Tints of Mulberry #D358A9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.8%

 BLUE value IS 169 (66.41% from 255) = 36.11%

R = 45.09%
G = 18.8%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D358A9 (or 0xD358A9) is known color: Mulberry. HEX triplet: D3, 58 and A9. RGB value is (211,88,169). Sum of RGB (Red+Green+Blue) = 211+88+169=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D358A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358A9 is #2CA756. Grayscale: #858585. Windows color (decimal): -2926423 or 11098323. OLE color: 11098323.

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

Color convert

RGB 211 88 169 -
CMYK 0 0.58 0.20 0.17
HSL 320.49º 0.58% 0.59% -
HSV(B) 320.49º 0.58% 0.83% -
XYZ 37.52 23.69 40.13 -
YUV 134.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 211 88 169 0 0.58 0.20 0.17 320.49 0.58 0.59
Hex D3 58 A9 0 3A 14 11 140 3A 3B
Octal 323 130 251 0 72 24 21 500 72 73
Binary 11010011 1011000 10101001 0 111010 10100 10001 101000000 111010 111011

Color Harmonies of #D358A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358A9

Black with #D358A9

Text Example


Text Example

White with #D358A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358A9; }

 p { color: rgb(211,88,169); }

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

background-color css

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

 a { background-color: rgb(211,88,169); }

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

border-color css

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

 span { border-color: rgb(211,88,169); }

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