Html Css Color HEX #D84FB5 Fuchsia

📋 copy color: '#D84FB5'

red 216 ◦ green 79 ◦ blue 181

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

Shades of Fuchsia #D84FB5

Tints of Fuchsia #D84FB5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.6%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 45.38%
G = 16.6%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D84FB5 (or 0xD84FB5) is known color: Fuchsia. HEX triplet: D8, 4F and B5. RGB value is (216,79,181). Sum of RGB (Red+Green+Blue) = 216+79+181=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D84FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84FB5 is #27B04A. Grayscale: #838383. Windows color (decimal): -2601035 or 11882456. OLE color: 11882456.

HSL color Cylindrical-coordinate representation of color #D84FB5: hue angle of 315.33º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84FB5 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 181 -
CMYK 0 0.63 0.16 0.15
HSL 315.33º 0.64% 0.58% -
HSV(B) 315.33º 0.63% 0.85% -
XYZ 39.46 23.53 46.18 -
YUV 131.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 216 79 181 0 0.63 0.16 0.15 315.33 0.64 0.58
Hex D8 4F B5 0 3F 10 F 13B 40 3A
Octal 330 117 265 0 77 20 17 473 100 72
Binary 11011000 1001111 10110101 0 111111 10000 1111 100111011 1000000 111010

Color Harmonies of #D84FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84FB5

Black with #D84FB5

Text Example


Text Example

White with #D84FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84FB5; }

 p { color: rgb(216,79,181); }

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

background-color css

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

 a { background-color: rgb(216,79,181); }

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

border-color css

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

 span { border-color: rgb(216,79,181); }

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