Html Css Color HEX #D13EC8 Fuchsia

📋 copy color: '#D13EC8'

red 209 ◦ green 62 ◦ blue 200

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

Shades of Fuchsia #D13EC8

Tints of Fuchsia #D13EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 44.37%
G = 13.16%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D13EC8 (or 0xD13EC8) is known color: Fuchsia. HEX triplet: D1, 3E and C8. RGB value is (209,62,200). Sum of RGB (Red+Green+Blue) = 209+62+200=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC8 is #2EC137. Grayscale: #797979. Windows color (decimal): -3064120 or 13123281. OLE color: 13123281.

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

Color convert

RGB 209 62 200 -
CMYK 0 0.70 0.04 0.18
HSL 303.67º 0.62% 0.53% -
HSV(B) 303.67º 0.7% 0.82% -
XYZ 38.44 21.17 56.7 -
YUV 121.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 209 62 200 0 0.70 0.04 0.18 303.67 0.62 0.53
Hex D1 3E C8 0 46 4 12 130 3E 35
Octal 321 76 310 0 106 4 22 460 76 65
Binary 11010001 111110 11001000 0 1000110 100 10010 100110000 111110 110101

Color Harmonies of #D13EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EC8

Black with #D13EC8

Text Example


Text Example

White with #D13EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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