Html Css Color HEX #D83FB1 Fuchsia

📋 copy color: '#D83FB1'

red 216 ◦ green 63 ◦ blue 177

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

Shades of Fuchsia #D83FB1

Tints of Fuchsia #D83FB1

RGB

 RED value IS 216 (84.77% from 255) = 47.37%

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 47.37%
G = 13.82%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D83FB1 (or 0xD83FB1) is known color: Fuchsia. HEX triplet: D8, 3F and B1. RGB value is (216,63,177). Sum of RGB (Red+Green+Blue) = 216+63+177=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83FB1 is #27C04E. Grayscale: #797979. Windows color (decimal): -2605135 or 11616216. OLE color: 11616216.

HSL color Cylindrical-coordinate representation of color #D83FB1: hue angle of 315.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83FB1 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 63 177 -
CMYK 0 0.71 0.18 0.15
HSL 315.29º 0.66% 0.55% -
HSV(B) 315.29º 0.71% 0.85% -
XYZ 38.03 21.33 43.71 -
YUV 121.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 216 63 177 0 0.71 0.18 0.15 315.29 0.66 0.55
Hex D8 3F B1 0 47 12 F 13B 42 37
Octal 330 77 261 0 107 22 17 473 102 67
Binary 11011000 111111 10110001 0 1000111 10010 1111 100111011 1000010 110111

Color Harmonies of #D83FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83FB1

Black with #D83FB1

Text Example


Text Example

White with #D83FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83FB1; }

 p { color: rgb(216,63,177); }

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

background-color css

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

 a { background-color: rgb(216,63,177); }

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

border-color css

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

 span { border-color: rgb(216,63,177); }

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