Html Css Color HEX #D13FB8 Fuchsia

📋 copy color: '#D13FB8'

red 209 ◦ green 63 ◦ blue 184

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

Shades of Fuchsia #D13FB8

Tints of Fuchsia #D13FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 45.83%
G = 13.82%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D13FB8 (or 0xD13FB8) is known color: Fuchsia. HEX triplet: D1, 3F and B8. RGB value is (209,63,184). Sum of RGB (Red+Green+Blue) = 209+63+184=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FB8 is #2EC047. Grayscale: #787878. Windows color (decimal): -3063880 or 12074961. OLE color: 12074961.

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

Color convert

RGB 209 63 184 -
CMYK 0 0.70 0.12 0.18
HSL 310.27º 0.61% 0.53% -
HSV(B) 310.27º 0.7% 0.82% -
XYZ 36.72 20.57 47.38 -
YUV 120.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 209 63 184 0 0.70 0.12 0.18 310.27 0.61 0.53
Hex D1 3F B8 0 46 C 12 136 3D 35
Octal 321 77 270 0 106 14 22 466 75 65
Binary 11010001 111111 10111000 0 1000110 1100 10010 100110110 111101 110101

Color Harmonies of #D13FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FB8

Black with #D13FB8

Text Example


Text Example

White with #D13FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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