Html Css Color HEX #D346B9 Fuchsia

📋 copy color: '#D346B9'

red 211 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #D346B9

Tints of Fuchsia #D346B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 45.28%
G = 15.02%
B = 39.7%

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

#D346B9 (or 0xD346B9) is known color: Fuchsia. HEX triplet: D3, 46 and B9. RGB value is (211,70,185). Sum of RGB (Red+Green+Blue) = 211+70+185=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D346B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346B9 is #2CB946. Grayscale: #7C7C7C. Windows color (decimal): -2931015 or 12142291. OLE color: 12142291.

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

Color convert

RGB 211 70 185 -
CMYK 0 0.67 0.12 0.17
HSL 311.06º 0.62% 0.55% -
HSV(B) 311.06º 0.67% 0.83% -
XYZ 37.81 21.73 48.1 -
YUV 125.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 211 70 185 0 0.67 0.12 0.17 311.06 0.62 0.55
Hex D3 46 B9 0 43 C 11 137 3E 37
Octal 323 106 271 0 103 14 21 467 76 67
Binary 11010011 1000110 10111001 0 1000011 1100 10001 100110111 111110 110111

Color Harmonies of #D346B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346B9

Black with #D346B9

Text Example


Text Example

White with #D346B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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