Html Css Color HEX #D54CC5 Fuchsia

📋 copy color: '#D54CC5'

red 213 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #D54CC5

Tints of Fuchsia #D54CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 43.83%
G = 15.64%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54CC5 (or 0xD54CC5) is known color: Fuchsia. HEX triplet: D5, 4C and C5. RGB value is (213,76,197). Sum of RGB (Red+Green+Blue) = 213+76+197=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC5 is #2AB33A. Grayscale: #828282. Windows color (decimal): -2798395 or 12930261. OLE color: 12930261.

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

Color convert

RGB 213 76 197 -
CMYK 0 0.64 0.08 0.16
HSL 307.01º 0.62% 0.57% -
HSV(B) 307.01º 0.64% 0.84% -
XYZ 40.1 23.35 55.22 -
YUV 130.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 213 76 197 0 0.64 0.08 0.16 307.01 0.62 0.57
Hex D5 4C C5 0 40 8 10 133 3E 39
Octal 325 114 305 0 100 10 20 463 76 71
Binary 11010101 1001100 11000101 0 1000000 1000 10000 100110011 111110 111001

Color Harmonies of #D54CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC5

Black with #D54CC5

Text Example


Text Example

White with #D54CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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