Html Css Color HEX #D358A0 Mulberry

📋 copy color: '#D358A0'

red 211 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #D358A0

Tints of Mulberry #D358A0

RGB

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

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

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

R = 45.97%
G = 19.17%
B = 34.86%

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

#D358A0 (or 0xD358A0) is known color: Mulberry. HEX triplet: D3, 58 and A0. RGB value is (211,88,160). Sum of RGB (Red+Green+Blue) = 211+88+160=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D358A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358A0 is #2CA75F. Grayscale: #848484. Windows color (decimal): -2926432 or 10508499. OLE color: 10508499.

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

Color convert

RGB 211 88 160 -
CMYK 0 0.58 0.24 0.17
HSL 324.88º 0.58% 0.59% -
HSV(B) 324.88º 0.58% 0.83% -
XYZ 36.7 23.37 35.83 -
YUV 132.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 211 88 160 0 0.58 0.24 0.17 324.88 0.58 0.59
Hex D3 58 A0 0 3A 18 11 145 3A 3B
Octal 323 130 240 0 72 30 21 505 72 73
Binary 11010011 1011000 10100000 0 111010 11000 10001 101000101 111010 111011

Color Harmonies of #D358A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358A0

Black with #D358A0

Text Example


Text Example

White with #D358A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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