Html Css Color HEX #D54FC6 Fuchsia

📋 copy color: '#D54FC6'

red 213 ◦ green 79 ◦ blue 198

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

Shades of Fuchsia #D54FC6

Tints of Fuchsia #D54FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 43.47%
G = 16.12%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D54FC6 (or 0xD54FC6) is known color: Fuchsia. HEX triplet: D5, 4F and C6. RGB value is (213,79,198). Sum of RGB (Red+Green+Blue) = 213+79+198=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FC6 is #2AB039. Grayscale: #848484. Windows color (decimal): -2797626 or 12996565. OLE color: 12996565.

HSL color Cylindrical-coordinate representation of color #D54FC6: hue angle of 306.72º 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 #D54FC6 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 198 -
CMYK 0 0.63 0.07 0.16
HSL 306.72º 0.61% 0.57% -
HSV(B) 306.72º 0.63% 0.84% -
XYZ 40.43 23.82 55.89 -
YUV 132.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 213 79 198 0 0.63 0.07 0.16 306.72 0.61 0.57
Hex D5 4F C6 0 3F 7 10 133 3D 39
Octal 325 117 306 0 77 7 20 463 75 71
Binary 11010101 1001111 11000110 0 111111 111 10000 100110011 111101 111001

Color Harmonies of #D54FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FC6

Black with #D54FC6

Text Example


Text Example

White with #D54FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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