Html Css Color HEX #D54CC6 Fuchsia

📋 copy color: '#D54CC6'

red 213 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #D54CC6

Tints of Fuchsia #D54CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 43.74%
G = 15.61%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D54CC6 (or 0xD54CC6) is known color: Fuchsia. HEX triplet: D5, 4C and C6. RGB value is (213,76,198). Sum of RGB (Red+Green+Blue) = 213+76+198=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC6 is #2AB339. Grayscale: #828282. Windows color (decimal): -2798394 or 12995797. OLE color: 12995797.

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

Color convert

RGB 213 76 198 -
CMYK 0 0.64 0.07 0.16
HSL 306.57º 0.62% 0.57% -
HSV(B) 306.57º 0.64% 0.84% -
XYZ 40.22 23.39 55.82 -
YUV 130.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 213 76 198 0 0.64 0.07 0.16 306.57 0.62 0.57
Hex D5 4C C6 0 40 7 10 133 3E 39
Octal 325 114 306 0 100 7 20 463 76 71
Binary 11010101 1001100 11000110 0 1000000 111 10000 100110011 111110 111001

Color Harmonies of #D54CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC6

Black with #D54CC6

Text Example


Text Example

White with #D54CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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