Html Css Color HEX #D341AB Mulberry

📋 copy color: '#D341AB'

red 211 ◦ green 65 ◦ blue 171

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

Shades of Mulberry #D341AB

Tints of Mulberry #D341AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.54%

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

R = 47.2%
G = 14.54%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D341AB (or 0xD341AB) is known color: Mulberry. HEX triplet: D3, 41 and AB. RGB value is (211,65,171). Sum of RGB (Red+Green+Blue) = 211+65+171=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D341AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D341AB is #2CBE54. Grayscale: #787878. Windows color (decimal): -2932309 or 11223507. OLE color: 11223507.

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

Color convert

RGB 211 65 171 -
CMYK 0 0.69 0.19 0.17
HSL 316.44º 0.62% 0.54% -
HSV(B) 316.44º 0.69% 0.83% -
XYZ 36.1 20.57 40.6 -
YUV 120.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 211 65 171 0 0.69 0.19 0.17 316.44 0.62 0.54
Hex D3 41 AB 0 45 13 11 13C 3E 36
Octal 323 101 253 0 105 23 21 474 76 66
Binary 11010011 1000001 10101011 0 1000101 10011 10001 100111100 111110 110110

Color Harmonies of #D341AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341AB

Black with #D341AB

Text Example


Text Example

White with #D341AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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