Html Css Color HEX #D54DC1 Fuchsia

📋 copy color: '#D54DC1'

red 213 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #D54DC1

Tints of Fuchsia #D54DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.94%

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 44.1%
G = 15.94%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D54DC1 (or 0xD54DC1) is known color: Fuchsia. HEX triplet: D5, 4D and C1. RGB value is (213,77,193). Sum of RGB (Red+Green+Blue) = 213+77+193=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC1 is #2AB23E. Grayscale: #828282. Windows color (decimal): -2798143 or 12668373. OLE color: 12668373.

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

Color convert

RGB 213 77 193 -
CMYK 0 0.64 0.09 0.16
HSL 308.82º 0.62% 0.57% -
HSV(B) 308.82º 0.64% 0.84% -
XYZ 39.72 23.3 52.86 -
YUV 130.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 213 77 193 0 0.64 0.09 0.16 308.82 0.62 0.57
Hex D5 4D C1 0 40 9 10 135 3E 39
Octal 325 115 301 0 100 11 20 465 76 71
Binary 11010101 1001101 11000001 0 1000000 1001 10000 100110101 111110 111001

Color Harmonies of #D54DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DC1

Black with #D54DC1

Text Example


Text Example

White with #D54DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DC1; }

 p { color: rgb(213,77,193); }

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

background-color css

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

 a { background-color: rgb(213,77,193); }

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

border-color css

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

 span { border-color: rgb(213,77,193); }

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