Html Css Color HEX #D347B9 Fuchsia

📋 copy color: '#D347B9'

red 211 ◦ green 71 ◦ blue 185

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

Shades of Fuchsia #D347B9

Tints of Fuchsia #D347B9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.2%

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

R = 45.18%
G = 15.2%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D347B9 (or 0xD347B9) is known color: Fuchsia. HEX triplet: D3, 47 and B9. RGB value is (211,71,185). Sum of RGB (Red+Green+Blue) = 211+71+185=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D347B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347B9 is #2CB846. Grayscale: #7D7D7D. Windows color (decimal): -2930759 or 12142547. OLE color: 12142547.

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

Color convert

RGB 211 71 185 -
CMYK 0 0.66 0.12 0.17
HSL 311.14º 0.61% 0.55% -
HSV(B) 311.14º 0.66% 0.83% -
XYZ 37.87 21.86 48.12 -
YUV 125.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 211 71 185 0 0.66 0.12 0.17 311.14 0.61 0.55
Hex D3 47 B9 0 42 C 11 137 3D 37
Octal 323 107 271 0 102 14 21 467 75 67
Binary 11010011 1000111 10111001 0 1000010 1100 10001 100110111 111101 110111

Color Harmonies of #D347B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347B9

Black with #D347B9

Text Example


Text Example

White with #D347B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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