Html Css Color HEX #D13FBA Fuchsia

📋 copy color: '#D13FBA'

red 209 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #D13FBA

Tints of Fuchsia #D13FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.76%

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

R = 45.63%
G = 13.76%
B = 40.61%

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

#D13FBA (or 0xD13FBA) is known color: Fuchsia. HEX triplet: D1, 3F and BA. RGB value is (209,63,186). Sum of RGB (Red+Green+Blue) = 209+63+186=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FBA is #2EC045. Grayscale: #787878. Windows color (decimal): -3063878 or 12206033. OLE color: 12206033.

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

Color convert

RGB 209 63 186 -
CMYK 0 0.70 0.11 0.18
HSL 309.45º 0.61% 0.53% -
HSV(B) 309.45º 0.7% 0.82% -
XYZ 36.93 20.66 48.49 -
YUV 120.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 209 63 186 0 0.70 0.11 0.18 309.45 0.61 0.53
Hex D1 3F BA 0 46 B 12 135 3D 35
Octal 321 77 272 0 106 13 22 465 75 65
Binary 11010001 111111 10111010 0 1000110 1011 10010 100110101 111101 110101

Color Harmonies of #D13FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FBA

Black with #D13FBA

Text Example


Text Example

White with #D13FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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