Html Css Color HEX #D35EC0 Fuchsia

📋 copy color: '#D35EC0'

red 211 ◦ green 94 ◦ blue 192

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

Shades of Fuchsia #D35EC0

Tints of Fuchsia #D35EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.91%

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 42.45%
G = 18.91%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D35EC0 (or 0xD35EC0) is known color: Fuchsia. HEX triplet: D3, 5E and C0. RGB value is (211,94,192). Sum of RGB (Red+Green+Blue) = 211+94+192=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EC0 is #2CA13F. Grayscale: #8B8B8B. Windows color (decimal): -2924864 or 12607187. OLE color: 12607187.

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

Color convert

RGB 211 94 192 -
CMYK 0 0.55 0.09 0.17
HSL 309.74º 0.57% 0.6% -
HSV(B) 309.74º 0.55% 0.83% -
XYZ 40.38 25.66 52.69 -
YUV 140.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 211 94 192 0 0.55 0.09 0.17 309.74 0.57 0.6
Hex D3 5E C0 0 37 9 11 136 39 3C
Octal 323 136 300 0 67 11 21 466 71 74
Binary 11010011 1011110 11000000 0 110111 1001 10001 100110110 111001 111100

Color Harmonies of #D35EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EC0

Black with #D35EC0

Text Example


Text Example

White with #D35EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EC0; }

 p { color: rgb(211,94,192); }

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

background-color css

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

 a { background-color: rgb(211,94,192); }

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

border-color css

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

 span { border-color: rgb(211,94,192); }

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