Html Css Color HEX #D13EBC Fuchsia

📋 copy color: '#D13EBC'

red 209 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #D13EBC

Tints of Fuchsia #D13EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 45.53%
G = 13.51%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D13EBC (or 0xD13EBC) is known color: Fuchsia. HEX triplet: D1, 3E and BC. RGB value is (209,62,188). Sum of RGB (Red+Green+Blue) = 209+62+188=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EBC is #2EC143. Grayscale: #777777. Windows color (decimal): -3064132 or 12336849. OLE color: 12336849.

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

Color convert

RGB 209 62 188 -
CMYK 0 0.70 0.10 0.18
HSL 308.57º 0.62% 0.53% -
HSV(B) 308.57º 0.7% 0.82% -
XYZ 37.09 20.63 49.6 -
YUV 120.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 209 62 188 0 0.70 0.10 0.18 308.57 0.62 0.53
Hex D1 3E BC 0 46 A 12 135 3E 35
Octal 321 76 274 0 106 12 22 465 76 65
Binary 11010001 111110 10111100 0 1000110 1010 10010 100110101 111110 110101

Color Harmonies of #D13EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EBC

Black with #D13EBC

Text Example


Text Example

White with #D13EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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