Html Css Color HEX #D54FC8 Fuchsia

📋 copy color: '#D54FC8'

red 213 ◦ green 79 ◦ blue 200

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

Shades of Fuchsia #D54FC8

Tints of Fuchsia #D54FC8

RGB

 RED value IS 213 (83.59% from 255) = 43.29%

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

 BLUE value IS 200 (78.52% from 255) = 40.65%

R = 43.29%
G = 16.06%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D54FC8 (or 0xD54FC8) is known color: Fuchsia. HEX triplet: D5, 4F and C8. RGB value is (213,79,200). Sum of RGB (Red+Green+Blue) = 213+79+200=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FC8 is #2AB037. Grayscale: #848484. Windows color (decimal): -2797624 or 13127637. OLE color: 13127637.

HSL color Cylindrical-coordinate representation of color #D54FC8: hue angle of 305.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FC8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 200 -
CMYK 0 0.63 0.06 0.16
HSL 305.82º 0.61% 0.57% -
HSV(B) 305.82º 0.63% 0.84% -
XYZ 40.66 23.91 57.12 -
YUV 132.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 213 79 200 0 0.63 0.06 0.16 305.82 0.61 0.57
Hex D5 4F C8 0 3F 6 10 132 3D 39
Octal 325 117 310 0 77 6 20 462 75 71
Binary 11010101 1001111 11001000 0 111111 110 10000 100110010 111101 111001

Color Harmonies of #D54FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FC8

Black with #D54FC8

Text Example


Text Example

White with #D54FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FC8; }

 p { color: rgb(213,79,200); }

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

background-color css

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

 a { background-color: rgb(213,79,200); }

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

border-color css

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

 span { border-color: rgb(213,79,200); }

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