Html Css Color HEX #D854C0 Fuchsia

📋 copy color: '#D854C0'

red 216 ◦ green 84 ◦ blue 192

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

Shades of Fuchsia #D854C0

Tints of Fuchsia #D854C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 43.9%
G = 17.07%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D854C0 (or 0xD854C0) is known color: Fuchsia. HEX triplet: D8, 54 and C0. RGB value is (216,84,192). Sum of RGB (Red+Green+Blue) = 216+84+192=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D854C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854C0 is #27AB3F. Grayscale: #878787. Windows color (decimal): -2599744 or 12604632. OLE color: 12604632.

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

Color convert

RGB 216 84 192 -
CMYK 0 0.61 0.11 0.15
HSL 310.91º 0.63% 0.59% -
HSV(B) 310.91º 0.61% 0.85% -
XYZ 41 24.75 52.48 -
YUV 135.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 216 84 192 0 0.61 0.11 0.15 310.91 0.63 0.59
Hex D8 54 C0 0 3D B F 137 3F 3B
Octal 330 124 300 0 75 13 17 467 77 73
Binary 11011000 1010100 11000000 0 111101 1011 1111 100110111 111111 111011

Color Harmonies of #D854C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D854C0

Black with #D854C0

Text Example


Text Example

White with #D854C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D854C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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