Html Css Color HEX #D54BC1 Fuchsia

📋 copy color: '#D54BC1'

red 213 ◦ green 75 ◦ blue 193

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

Shades of Fuchsia #D54BC1

Tints of Fuchsia #D54BC1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

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

R = 44.28%
G = 15.59%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D54BC1 (or 0xD54BC1) is known color: Fuchsia. HEX triplet: D5, 4B and C1. RGB value is (213,75,193). Sum of RGB (Red+Green+Blue) = 213+75+193=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC1 is #2AB43E. Grayscale: #818181. Windows color (decimal): -2798655 or 12667861. OLE color: 12667861.

HSL color Cylindrical-coordinate representation of color #D54BC1: hue angle of 308.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54BC1 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 75 193 -
CMYK 0 0.65 0.09 0.16
HSL 308.7º 0.62% 0.56% -
HSV(B) 308.7º 0.65% 0.84% -
XYZ 39.58 23.03 52.81 -
YUV 129.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 213 75 193 0 0.65 0.09 0.16 308.7 0.62 0.56
Hex D5 4B C1 0 41 9 10 135 3E 38
Octal 325 113 301 0 101 11 20 465 76 70
Binary 11010101 1001011 11000001 0 1000001 1001 10000 100110101 111110 111000

Color Harmonies of #D54BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BC1

Black with #D54BC1

Text Example


Text Example

White with #D54BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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