Html Css Color HEX #D54AC6 Fuchsia

📋 copy color: '#D54AC6'

red 213 ◦ green 74 ◦ blue 198

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

Shades of Fuchsia #D54AC6

Tints of Fuchsia #D54AC6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.26%

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

R = 43.92%
G = 15.26%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D54AC6 (or 0xD54AC6) is known color: Fuchsia. HEX triplet: D5, 4A and C6. RGB value is (213,74,198). Sum of RGB (Red+Green+Blue) = 213+74+198=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC6 is #2AB539. Grayscale: #818181. Windows color (decimal): -2798906 or 12995285. OLE color: 12995285.

HSL color Cylindrical-coordinate representation of color #D54AC6: hue angle of 306.47º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AC6 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 198 -
CMYK 0 0.65 0.07 0.16
HSL 306.47º 0.62% 0.56% -
HSV(B) 306.47º 0.65% 0.84% -
XYZ 40.08 23.12 55.78 -
YUV 129.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 213 74 198 0 0.65 0.07 0.16 306.47 0.62 0.56
Hex D5 4A C6 0 41 7 10 132 3E 38
Octal 325 112 306 0 101 7 20 462 76 70
Binary 11010101 1001010 11000110 0 1000001 111 10000 100110010 111110 111000

Color Harmonies of #D54AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AC6

Black with #D54AC6

Text Example


Text Example

White with #D54AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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