Html Css Color HEX #D83FB4 Fuchsia

📋 copy color: '#D83FB4'

red 216 ◦ green 63 ◦ blue 180

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

Shades of Fuchsia #D83FB4

Tints of Fuchsia #D83FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 47.06%
G = 13.73%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D83FB4 (or 0xD83FB4) is known color: Fuchsia. HEX triplet: D8, 3F and B4. RGB value is (216,63,180). Sum of RGB (Red+Green+Blue) = 216+63+180=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FB4 is #27C04B. Grayscale: #797979. Windows color (decimal): -2605132 or 11812824. OLE color: 11812824.

HSL color Cylindrical-coordinate representation of color #D83FB4: hue angle of 314.12º 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 #D83FB4 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 63 180 -
CMYK 0 0.71 0.17 0.15
HSL 314.12º 0.66% 0.55% -
HSV(B) 314.12º 0.71% 0.85% -
XYZ 38.33 21.45 45.3 -
YUV 122.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 216 63 180 0 0.71 0.17 0.15 314.12 0.66 0.55
Hex D8 3F B4 0 47 11 F 13A 42 37
Octal 330 77 264 0 107 21 17 472 102 67
Binary 11011000 111111 10110100 0 1000111 10001 1111 100111010 1000010 110111

Color Harmonies of #D83FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83FB4

Black with #D83FB4

Text Example


Text Example

White with #D83FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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