Html Css Color HEX #D358A2 Mulberry

📋 copy color: '#D358A2'

red 211 ◦ green 88 ◦ blue 162

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

Shades of Mulberry #D358A2

Tints of Mulberry #D358A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 45.77%
G = 19.09%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D358A2 (or 0xD358A2) is known color: Mulberry. HEX triplet: D3, 58 and A2. RGB value is (211,88,162). Sum of RGB (Red+Green+Blue) = 211+88+162=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D358A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358A2 is #2CA75D. Grayscale: #858585. Windows color (decimal): -2926430 or 10639571. OLE color: 10639571.

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

Color convert

RGB 211 88 162 -
CMYK 0 0.58 0.23 0.17
HSL 323.9º 0.58% 0.59% -
HSV(B) 323.9º 0.58% 0.83% -
XYZ 36.88 23.44 36.76 -
YUV 133.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 211 88 162 0 0.58 0.23 0.17 323.9 0.58 0.59
Hex D3 58 A2 0 3A 17 11 144 3A 3B
Octal 323 130 242 0 72 27 21 504 72 73
Binary 11010011 1011000 10100010 0 111010 10111 10001 101000100 111010 111011

Color Harmonies of #D358A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358A2

Black with #D358A2

Text Example


Text Example

White with #D358A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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