Html Css Color HEX #D54DC3 Fuchsia

📋 copy color: '#D54DC3'

red 213 ◦ green 77 ◦ blue 195

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

Shades of Fuchsia #D54DC3

Tints of Fuchsia #D54DC3

RGB

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

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

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

R = 43.92%
G = 15.88%
B = 40.21%

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

#D54DC3 (or 0xD54DC3) is known color: Fuchsia. HEX triplet: D5, 4D and C3. RGB value is (213,77,195). Sum of RGB (Red+Green+Blue) = 213+77+195=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC3 is #2AB23C. Grayscale: #828282. Windows color (decimal): -2798141 or 12799445. OLE color: 12799445.

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

Color convert

RGB 213 77 195 -
CMYK 0 0.64 0.08 0.16
HSL 307.94º 0.62% 0.57% -
HSV(B) 307.94º 0.64% 0.84% -
XYZ 39.94 23.39 54.04 -
YUV 131.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 213 77 195 0 0.64 0.08 0.16 307.94 0.62 0.57
Hex D5 4D C3 0 40 8 10 134 3E 39
Octal 325 115 303 0 100 10 20 464 76 71
Binary 11010101 1001101 11000011 0 1000000 1000 10000 100110100 111110 111001

Color Harmonies of #D54DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DC3

Black with #D54DC3

Text Example


Text Example

White with #D54DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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