Html Css Color HEX #D854B0 Fuchsia

📋 copy color: '#D854B0'

red 216 ◦ green 84 ◦ blue 176

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

Shades of Fuchsia #D854B0

Tints of Fuchsia #D854B0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.65%

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 45.38%
G = 17.65%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D854B0 (or 0xD854B0) is known color: Fuchsia. HEX triplet: D8, 54 and B0. RGB value is (216,84,176). Sum of RGB (Red+Green+Blue) = 216+84+176=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D854B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D854B0 is #27AB4F. Grayscale: #858585. Windows color (decimal): -2599760 or 11556056. OLE color: 11556056.

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

Color convert

RGB 216 84 176 -
CMYK 0 0.61 0.19 0.15
HSL 318.18º 0.63% 0.59% -
HSV(B) 318.18º 0.61% 0.85% -
XYZ 39.33 24.07 43.65 -
YUV 133.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 216 84 176 0 0.61 0.19 0.15 318.18 0.63 0.59
Hex D8 54 B0 0 3D 13 F 13E 3F 3B
Octal 330 124 260 0 75 23 17 476 77 73
Binary 11011000 1010100 10110000 0 111101 10011 1111 100111110 111111 111011

Color Harmonies of #D854B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D854B0

Black with #D854B0

Text Example


Text Example

White with #D854B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D854B0; }

 p { color: rgb(216,84,176); }

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

background-color css

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

 a { background-color: rgb(216,84,176); }

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

border-color css

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

 span { border-color: rgb(216,84,176); }

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