Html Css Color HEX #D347CE Fuchsia

📋 copy color: '#D347CE'

red 211 ◦ green 71 ◦ blue 206

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

Shades of Fuchsia #D347CE

Tints of Fuchsia #D347CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 43.24%
G = 14.55%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D347CE (or 0xD347CE) is known color: Fuchsia. HEX triplet: D3, 47 and CE. RGB value is (211,71,206). Sum of RGB (Red+Green+Blue) = 211+71+206=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D347CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347CE is #2CB831. Grayscale: #7F7F7F. Windows color (decimal): -2930738 or 13518803. OLE color: 13518803.

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

Color convert

RGB 211 71 206 -
CMYK 0 0.66 0.02 0.17
HSL 302.14º 0.61% 0.55% -
HSV(B) 302.14º 0.66% 0.83% -
XYZ 40.26 22.81 60.67 -
YUV 128.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 211 71 206 0 0.66 0.02 0.17 302.14 0.61 0.55
Hex D3 47 CE 0 42 2 11 12E 3D 37
Octal 323 107 316 0 102 2 21 456 75 67
Binary 11010011 1000111 11001110 0 1000010 10 10001 100101110 111101 110111

Color Harmonies of #D347CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347CE

Black with #D347CE

Text Example


Text Example

White with #D347CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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