Html Css Color HEX #D346AB Mulberry

📋 copy color: '#D346AB'

red 211 ◦ green 70 ◦ blue 171

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

Shades of Mulberry #D346AB

Tints of Mulberry #D346AB

RGB

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

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

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

R = 46.68%
G = 15.49%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D346AB (or 0xD346AB) is known color: Mulberry. HEX triplet: D3, 46 and AB. RGB value is (211,70,171). Sum of RGB (Red+Green+Blue) = 211+70+171=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D346AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D346AB is #2CB954. Grayscale: #7B7B7B. Windows color (decimal): -2931029 or 11224787. OLE color: 11224787.

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

Color convert

RGB 211 70 171 -
CMYK 0 0.67 0.19 0.17
HSL 317.02º 0.62% 0.55% -
HSV(B) 317.02º 0.67% 0.83% -
XYZ 36.4 21.17 40.7 -
YUV 123.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 211 70 171 0 0.67 0.19 0.17 317.02 0.62 0.55
Hex D3 46 AB 0 43 13 11 13D 3E 37
Octal 323 106 253 0 103 23 21 475 76 67
Binary 11010011 1000110 10101011 0 1000011 10011 10001 100111101 111110 110111

Color Harmonies of #D346AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346AB

Black with #D346AB

Text Example


Text Example

White with #D346AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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