Html Css Color HEX #D54CC3 Fuchsia

📋 copy color: '#D54CC3'

red 213 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #D54CC3

Tints of Fuchsia #D54CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 44.01%
G = 15.7%
B = 40.29%

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

#D54CC3 (or 0xD54CC3) is known color: Fuchsia. HEX triplet: D5, 4C and C3. RGB value is (213,76,195). Sum of RGB (Red+Green+Blue) = 213+76+195=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CC3 is #2AB33C. Grayscale: #828282. Windows color (decimal): -2798397 or 12799189. OLE color: 12799189.

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

Color convert

RGB 213 76 195 -
CMYK 0 0.64 0.08 0.16
HSL 307.88º 0.62% 0.57% -
HSV(B) 307.88º 0.64% 0.84% -
XYZ 39.88 23.26 54.02 -
YUV 130.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 213 76 195 0 0.64 0.08 0.16 307.88 0.62 0.57
Hex D5 4C C3 0 40 8 10 134 3E 39
Octal 325 114 303 0 100 10 20 464 76 71
Binary 11010101 1001100 11000011 0 1000000 1000 10000 100110100 111110 111001

Color Harmonies of #D54CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CC3

Black with #D54CC3

Text Example


Text Example

White with #D54CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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