Html Css Color HEX #D358AB Mulberry

📋 copy color: '#D358AB'

red 211 ◦ green 88 ◦ blue 171

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

Shades of Mulberry #D358AB

Tints of Mulberry #D358AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 44.89%
G = 18.72%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D358AB (or 0xD358AB) is known color: Mulberry. HEX triplet: D3, 58 and AB. RGB value is (211,88,171). Sum of RGB (Red+Green+Blue) = 211+88+171=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D358AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358AB is #2CA754. Grayscale: #868686. Windows color (decimal): -2926421 or 11229395. OLE color: 11229395.

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

Color convert

RGB 211 88 171 -
CMYK 0 0.58 0.19 0.17
HSL 319.51º 0.58% 0.59% -
HSV(B) 319.51º 0.58% 0.83% -
XYZ 37.7 23.77 41.13 -
YUV 134.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 211 88 171 0 0.58 0.19 0.17 319.51 0.58 0.59
Hex D3 58 AB 0 3A 13 11 140 3A 3B
Octal 323 130 253 0 72 23 21 500 72 73
Binary 11010011 1011000 10101011 0 111010 10011 10001 101000000 111010 111011

Color Harmonies of #D358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358AB

Black with #D358AB

Text Example


Text Example

White with #D358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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