Html Css Color HEX #D13EBA Fuchsia

📋 copy color: '#D13EBA'

red 209 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #D13EBA

Tints of Fuchsia #D13EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 45.73%
G = 13.57%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D13EBA (or 0xD13EBA) is known color: Fuchsia. HEX triplet: D1, 3E and BA. RGB value is (209,62,186). Sum of RGB (Red+Green+Blue) = 209+62+186=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EBA is #2EC145. Grayscale: #777777. Windows color (decimal): -3064134 or 12205777. OLE color: 12205777.

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

Color convert

RGB 209 62 186 -
CMYK 0 0.70 0.11 0.18
HSL 309.39º 0.62% 0.53% -
HSV(B) 309.39º 0.7% 0.82% -
XYZ 36.88 20.55 48.48 -
YUV 120.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 209 62 186 0 0.70 0.11 0.18 309.39 0.62 0.53
Hex D1 3E BA 0 46 B 12 135 3E 35
Octal 321 76 272 0 106 13 22 465 76 65
Binary 11010001 111110 10111010 0 1000110 1011 10010 100110101 111110 110101

Color Harmonies of #D13EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13EBA

Black with #D13EBA

Text Example


Text Example

White with #D13EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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