Html Css Color HEX #D346BA Fuchsia

📋 copy color: '#D346BA'

red 211 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #D346BA

Tints of Fuchsia #D346BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 45.18%
G = 14.99%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D346BA (or 0xD346BA) is known color: Fuchsia. HEX triplet: D3, 46 and BA. RGB value is (211,70,186). Sum of RGB (Red+Green+Blue) = 211+70+186=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D346BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346BA is #2CB945. Grayscale: #7D7D7D. Windows color (decimal): -2931014 or 12207827. OLE color: 12207827.

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

Color convert

RGB 211 70 186 -
CMYK 0 0.67 0.12 0.17
HSL 310.64º 0.62% 0.55% -
HSV(B) 310.64º 0.67% 0.83% -
XYZ 37.92 21.77 48.66 -
YUV 125.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 211 70 186 0 0.67 0.12 0.17 310.64 0.62 0.55
Hex D3 46 BA 0 43 C 11 137 3E 37
Octal 323 106 272 0 103 14 21 467 76 67
Binary 11010011 1000110 10111010 0 1000011 1100 10001 100110111 111110 110111

Color Harmonies of #D346BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346BA

Black with #D346BA

Text Example


Text Example

White with #D346BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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