Html Css Color HEX #D13EC0 Fuchsia

📋 copy color: '#D13EC0'

red 209 ◦ green 62 ◦ blue 192

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

Shades of Fuchsia #D13EC0

Tints of Fuchsia #D13EC0

RGB

 RED value IS 209 (82.03% from 255) = 45.14%

 GREEN value IS 62 (24.61% from 255) = 13.39%

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

R = 45.14%
G = 13.39%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D13EC0 (or 0xD13EC0) is known color: Fuchsia. HEX triplet: D1, 3E and C0. RGB value is (209,62,192). Sum of RGB (Red+Green+Blue) = 209+62+192=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC0 is #2EC13F. Grayscale: #787878. Windows color (decimal): -3064128 or 12598993. OLE color: 12598993.

HSL color Cylindrical-coordinate representation of color #D13EC0: hue angle of 306.94º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13EC0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 62 192 -
CMYK 0 0.70 0.08 0.18
HSL 306.94º 0.62% 0.53% -
HSV(B) 306.94º 0.7% 0.82% -
XYZ 37.53 20.81 51.91 -
YUV 120.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 209 62 192 0 0.70 0.08 0.18 306.94 0.62 0.53
Hex D1 3E C0 0 46 8 12 133 3E 35
Octal 321 76 300 0 106 10 22 463 76 65
Binary 11010001 111110 11000000 0 1000110 1000 10010 100110011 111110 110101

Color Harmonies of #D13EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EC0

Black with #D13EC0

Text Example


Text Example

White with #D13EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EC0; }

 p { color: rgb(209,62,192); }

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

background-color css

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

 a { background-color: rgb(209,62,192); }

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

border-color css

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

 span { border-color: rgb(209,62,192); }

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