Html Css Color HEX #D54CC8 Fuchsia

📋 copy color: '#D54CC8'

red 213 ◦ green 76 ◦ blue 200

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

Shades of Fuchsia #D54CC8

Tints of Fuchsia #D54CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 43.56%
G = 15.54%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D54CC8 (or 0xD54CC8) is known color: Fuchsia. HEX triplet: D5, 4C and C8. RGB value is (213,76,200). Sum of RGB (Red+Green+Blue) = 213+76+200=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC8 is #2AB337. Grayscale: #828282. Windows color (decimal): -2798392 or 13126869. OLE color: 13126869.

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

Color convert

RGB 213 76 200 -
CMYK 0 0.64 0.06 0.16
HSL 305.69º 0.62% 0.57% -
HSV(B) 305.69º 0.64% 0.84% -
XYZ 40.45 23.49 57.04 -
YUV 131.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 213 76 200 0 0.64 0.06 0.16 305.69 0.62 0.57
Hex D5 4C C8 0 40 6 10 132 3E 39
Octal 325 114 310 0 100 6 20 462 76 71
Binary 11010101 1001100 11001000 0 1000000 110 10000 100110010 111110 111001

Color Harmonies of #D54CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC8

Black with #D54CC8

Text Example


Text Example

White with #D54CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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