Html Css Color HEX #D346A2 Mulberry

📋 copy color: '#D346A2'

red 211 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #D346A2

Tints of Mulberry #D346A2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 47.63%
G = 15.8%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D346A2 (or 0xD346A2) is known color: Mulberry. HEX triplet: D3, 46 and A2. RGB value is (211,70,162). Sum of RGB (Red+Green+Blue) = 211+70+162=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D346A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D346A2 is #2CB95D. Grayscale: #7A7A7A. Windows color (decimal): -2931038 or 10634963. OLE color: 10634963.

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

Color convert

RGB 211 70 162 -
CMYK 0 0.67 0.23 0.17
HSL 320.85º 0.62% 0.55% -
HSV(B) 320.85º 0.67% 0.83% -
XYZ 35.58 20.84 36.33 -
YUV 122.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 211 70 162 0 0.67 0.23 0.17 320.85 0.62 0.55
Hex D3 46 A2 0 43 17 11 141 3E 37
Octal 323 106 242 0 103 27 21 501 76 67
Binary 11010011 1000110 10100010 0 1000011 10111 10001 101000001 111110 110111

Color Harmonies of #D346A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346A2

Black with #D346A2

Text Example


Text Example

White with #D346A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346A2; }

 p { color: rgb(211,70,162); }

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

background-color css

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

 a { background-color: rgb(211,70,162); }

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

border-color css

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

 span { border-color: rgb(211,70,162); }

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