Html Css Color HEX #D54EC6 Fuchsia

📋 copy color: '#D54EC6'

red 213 ◦ green 78 ◦ blue 198

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

Shades of Fuchsia #D54EC6

Tints of Fuchsia #D54EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.95%

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

R = 43.56%
G = 15.95%
B = 40.49%

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

#D54EC6 (or 0xD54EC6) is known color: Fuchsia. HEX triplet: D5, 4E and C6. RGB value is (213,78,198). Sum of RGB (Red+Green+Blue) = 213+78+198=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC6 is #2AB139. Grayscale: #838383. Windows color (decimal): -2797882 or 12996309. OLE color: 12996309.

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

Color convert

RGB 213 78 198 -
CMYK 0 0.63 0.07 0.16
HSL 306.67º 0.62% 0.57% -
HSV(B) 306.67º 0.63% 0.84% -
XYZ 40.36 23.67 55.87 -
YUV 132.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 213 78 198 0 0.63 0.07 0.16 306.67 0.62 0.57
Hex D5 4E C6 0 3F 7 10 133 3E 39
Octal 325 116 306 0 77 7 20 463 76 71
Binary 11010101 1001110 11000110 0 111111 111 10000 100110011 111110 111001

Color Harmonies of #D54EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EC6

Black with #D54EC6

Text Example


Text Example

White with #D54EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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