Html Css Color HEX #D34ECB Fuchsia

📋 copy color: '#D34ECB'

red 211 ◦ green 78 ◦ blue 203

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

Shades of Fuchsia #D34ECB

Tints of Fuchsia #D34ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 42.89%
G = 15.85%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D34ECB (or 0xD34ECB) is known color: Fuchsia. HEX triplet: D3, 4E and CB. RGB value is (211,78,203). Sum of RGB (Red+Green+Blue) = 211+78+203=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ECB is #2CB134. Grayscale: #838383. Windows color (decimal): -2928949 or 13323987. OLE color: 13323987.

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

Color convert

RGB 211 78 203 -
CMYK 0 0.63 0.04 0.17
HSL 303.61º 0.6% 0.57% -
HSV(B) 303.61º 0.63% 0.83% -
XYZ 40.37 23.61 58.93 -
YUV 132.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 211 78 203 0 0.63 0.04 0.17 303.61 0.6 0.57
Hex D3 4E CB 0 3F 4 11 130 3C 39
Octal 323 116 313 0 77 4 21 460 74 71
Binary 11010011 1001110 11001011 0 111111 100 10001 100110000 111100 111001

Color Harmonies of #D34ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ECB

Black with #D34ECB

Text Example


Text Example

White with #D34ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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