Html Css Color HEX #D346A5 Mulberry

📋 copy color: '#D346A5'

red 211 ◦ green 70 ◦ blue 165

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

Shades of Mulberry #D346A5

Tints of Mulberry #D346A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37%

R = 47.31%
G = 15.7%
B = 37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D346A5 (or 0xD346A5) is known color: Mulberry. HEX triplet: D3, 46 and A5. RGB value is (211,70,165). Sum of RGB (Red+Green+Blue) = 211+70+165=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D346A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D346A5 is #2CB95A. Grayscale: #7A7A7A. Windows color (decimal): -2931035 or 10831571. OLE color: 10831571.

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

Color convert

RGB 211 70 165 -
CMYK 0 0.67 0.22 0.17
HSL 319.57º 0.62% 0.55% -
HSV(B) 319.57º 0.67% 0.83% -
XYZ 35.85 20.95 37.75 -
YUV 122.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 211 70 165 0 0.67 0.22 0.17 319.57 0.62 0.55
Hex D3 46 A5 0 43 16 11 140 3E 37
Octal 323 106 245 0 103 26 21 500 76 67
Binary 11010011 1000110 10100101 0 1000011 10110 10001 101000000 111110 110111

Color Harmonies of #D346A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346A5

Black with #D346A5

Text Example


Text Example

White with #D346A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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