Html Css Color HEX #D83FB9 Fuchsia

📋 copy color: '#D83FB9'

red 216 ◦ green 63 ◦ blue 185

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

Shades of Fuchsia #D83FB9

Tints of Fuchsia #D83FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 46.55%
G = 13.58%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D83FB9 (or 0xD83FB9) is known color: Fuchsia. HEX triplet: D8, 3F and B9. RGB value is (216,63,185). Sum of RGB (Red+Green+Blue) = 216+63+185=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FB9 is #27C046. Grayscale: #7A7A7A. Windows color (decimal): -2605127 or 12140504. OLE color: 12140504.

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

Color convert

RGB 216 63 185 -
CMYK 0 0.71 0.14 0.15
HSL 312.16º 0.66% 0.55% -
HSV(B) 312.16º 0.71% 0.85% -
XYZ 38.85 21.66 48.03 -
YUV 122.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 216 63 185 0 0.71 0.14 0.15 312.16 0.66 0.55
Hex D8 3F B9 0 47 E F 138 42 37
Octal 330 77 271 0 107 16 17 470 102 67
Binary 11011000 111111 10111001 0 1000111 1110 1111 100111000 1000010 110111

Color Harmonies of #D83FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83FB9

Black with #D83FB9

Text Example


Text Example

White with #D83FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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