Html Css Color HEX #D13EC6 Fuchsia

📋 copy color: '#D13EC6'

red 209 ◦ green 62 ◦ blue 198

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

Shades of Fuchsia #D13EC6

Tints of Fuchsia #D13EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.22%

R = 44.56%
G = 13.22%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D13EC6 (or 0xD13EC6) is known color: Fuchsia. HEX triplet: D1, 3E and C6. RGB value is (209,62,198). Sum of RGB (Red+Green+Blue) = 209+62+198=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC6 is #2EC139. Grayscale: #797979. Windows color (decimal): -3064122 or 12992209. OLE color: 12992209.

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

Color convert

RGB 209 62 198 -
CMYK 0 0.70 0.05 0.18
HSL 304.49º 0.62% 0.53% -
HSV(B) 304.49º 0.7% 0.82% -
XYZ 38.21 21.08 55.48 -
YUV 121.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 209 62 198 0 0.70 0.05 0.18 304.49 0.62 0.53
Hex D1 3E C6 0 46 5 12 130 3E 35
Octal 321 76 306 0 106 5 22 460 76 65
Binary 11010001 111110 11000110 0 1000110 101 10010 100110000 111110 110101

Color Harmonies of #D13EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EC6

Black with #D13EC6

Text Example


Text Example

White with #D13EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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