Html Css Color HEX #D34ECD Fuchsia

📋 copy color: '#D34ECD'

red 211 ◦ green 78 ◦ blue 205

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

Shades of Fuchsia #D34ECD

Tints of Fuchsia #D34ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 42.71%
G = 15.79%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D34ECD (or 0xD34ECD) is known color: Fuchsia. HEX triplet: D3, 4E and CD. RGB value is (211,78,205). Sum of RGB (Red+Green+Blue) = 211+78+205=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ECD is #2CB132. Grayscale: #838383. Windows color (decimal): -2928947 or 13455059. OLE color: 13455059.

HSL color Cylindrical-coordinate representation of color #D34ECD: hue angle of 302.71º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34ECD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 205 -
CMYK 0 0.63 0.03 0.17
HSL 302.71º 0.6% 0.57% -
HSV(B) 302.71º 0.63% 0.83% -
XYZ 40.61 23.71 60.19 -
YUV 132.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 211 78 205 0 0.63 0.03 0.17 302.71 0.6 0.57
Hex D3 4E CD 0 3F 3 11 12F 3C 39
Octal 323 116 315 0 77 3 21 457 74 71
Binary 11010011 1001110 11001101 0 111111 11 10001 100101111 111100 111001

Color Harmonies of #D34ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ECD

Black with #D34ECD

Text Example


Text Example

White with #D34ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ECD; }

 p { color: rgb(211,78,205); }

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

background-color css

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

 a { background-color: rgb(211,78,205); }

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

border-color css

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

 span { border-color: rgb(211,78,205); }

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