Html Css Color HEX #D341AC Mulberry

📋 copy color: '#D341AC'

red 211 ◦ green 65 ◦ blue 172

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

Shades of Mulberry #D341AC

Tints of Mulberry #D341AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 47.1%
G = 14.51%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D341AC (or 0xD341AC) is known color: Mulberry. HEX triplet: D3, 41 and AC. RGB value is (211,65,172). Sum of RGB (Red+Green+Blue) = 211+65+172=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D341AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D341AC is #2CBE53. Grayscale: #787878. Windows color (decimal): -2932308 or 11289043. OLE color: 11289043.

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

Color convert

RGB 211 65 172 -
CMYK 0 0.69 0.18 0.17
HSL 316.03º 0.62% 0.54% -
HSV(B) 316.03º 0.69% 0.83% -
XYZ 36.2 20.61 41.1 -
YUV 120.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 211 65 172 0 0.69 0.18 0.17 316.03 0.62 0.54
Hex D3 41 AC 0 45 12 11 13C 3E 36
Octal 323 101 254 0 105 22 21 474 76 66
Binary 11010011 1000001 10101100 0 1000101 10010 10001 100111100 111110 110110

Color Harmonies of #D341AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341AC

Black with #D341AC

Text Example


Text Example

White with #D341AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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