Html Css Color HEX #D356AB Mulberry

📋 copy color: '#D356AB'

red 211 ◦ green 86 ◦ blue 171

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

Shades of Mulberry #D356AB

Tints of Mulberry #D356AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.38%

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

R = 45.09%
G = 18.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D356AB (or 0xD356AB) is known color: Mulberry. HEX triplet: D3, 56 and AB. RGB value is (211,86,171). Sum of RGB (Red+Green+Blue) = 211+86+171=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D356AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D356AB is #2CA954. Grayscale: #848484. Windows color (decimal): -2926933 or 11228883. OLE color: 11228883.

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

Color convert

RGB 211 86 171 -
CMYK 0 0.59 0.19 0.17
HSL 319.2º 0.59% 0.58% -
HSV(B) 319.2º 0.59% 0.83% -
XYZ 37.54 23.44 41.07 -
YUV 133.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 211 86 171 0 0.59 0.19 0.17 319.2 0.59 0.58
Hex D3 56 AB 0 3B 13 11 13F 3B 3A
Octal 323 126 253 0 73 23 21 477 73 72
Binary 11010011 1010110 10101011 0 111011 10011 10001 100111111 111011 111010

Color Harmonies of #D356AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D356AB

Black with #D356AB

Text Example


Text Example

White with #D356AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D356AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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