Html Css Color HEX #D54FC4 Fuchsia

📋 copy color: '#D54FC4'

red 213 ◦ green 79 ◦ blue 196

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

Shades of Fuchsia #D54FC4

Tints of Fuchsia #D54FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 43.65%
G = 16.19%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54FC4 (or 0xD54FC4) is known color: Fuchsia. HEX triplet: D5, 4F and C4. RGB value is (213,79,196). Sum of RGB (Red+Green+Blue) = 213+79+196=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FC4 is #2AB03B. Grayscale: #848484. Windows color (decimal): -2797628 or 12865493. OLE color: 12865493.

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

Color convert

RGB 213 79 196 -
CMYK 0 0.63 0.08 0.16
HSL 307.61º 0.61% 0.57% -
HSV(B) 307.61º 0.63% 0.84% -
XYZ 40.2 23.72 54.68 -
YUV 132.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 213 79 196 0 0.63 0.08 0.16 307.61 0.61 0.57
Hex D5 4F C4 0 3F 8 10 134 3D 39
Octal 325 117 304 0 77 10 20 464 75 71
Binary 11010101 1001111 11000100 0 111111 1000 10000 100110100 111101 111001

Color Harmonies of #D54FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FC4

Black with #D54FC4

Text Example


Text Example

White with #D54FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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