Html Css Color HEX #D347C8 Fuchsia

📋 copy color: '#D347C8'

red 211 ◦ green 71 ◦ blue 200

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

Shades of Fuchsia #D347C8

Tints of Fuchsia #D347C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 43.78%
G = 14.73%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D347C8 (or 0xD347C8) is known color: Fuchsia. HEX triplet: D3, 47 and C8. RGB value is (211,71,200). Sum of RGB (Red+Green+Blue) = 211+71+200=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D347C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347C8 is #2CB837. Grayscale: #7F7F7F. Windows color (decimal): -2930744 or 13125587. OLE color: 13125587.

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

Color convert

RGB 211 71 200 -
CMYK 0 0.66 0.05 0.17
HSL 304.71º 0.61% 0.55% -
HSV(B) 304.71º 0.66% 0.83% -
XYZ 39.54 22.53 56.91 -
YUV 127.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 211 71 200 0 0.66 0.05 0.17 304.71 0.61 0.55
Hex D3 47 C8 0 42 5 11 131 3D 37
Octal 323 107 310 0 102 5 21 461 75 67
Binary 11010011 1000111 11001000 0 1000010 101 10001 100110001 111101 110111

Color Harmonies of #D347C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347C8

Black with #D347C8

Text Example


Text Example

White with #D347C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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