Html Css Color HEX #D54BC3 Fuchsia

📋 copy color: '#D54BC3'

red 213 ◦ green 75 ◦ blue 195

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

Shades of Fuchsia #D54BC3

Tints of Fuchsia #D54BC3

RGB

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

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

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

R = 44.1%
G = 15.53%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54BC3 (or 0xD54BC3) is known color: Fuchsia. HEX triplet: D5, 4B and C3. RGB value is (213,75,195). Sum of RGB (Red+Green+Blue) = 213+75+195=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC3 is #2AB43C. Grayscale: #818181. Windows color (decimal): -2798653 or 12798933. OLE color: 12798933.

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

Color convert

RGB 213 75 195 -
CMYK 0 0.65 0.08 0.16
HSL 307.83º 0.62% 0.56% -
HSV(B) 307.83º 0.65% 0.84% -
XYZ 39.81 23.12 53.99 -
YUV 129.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 213 75 195 0 0.65 0.08 0.16 307.83 0.62 0.56
Hex D5 4B C3 0 41 8 10 134 3E 38
Octal 325 113 303 0 101 10 20 464 76 70
Binary 11010101 1001011 11000011 0 1000001 1000 10000 100110100 111110 111000

Color Harmonies of #D54BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BC3

Black with #D54BC3

Text Example


Text Example

White with #D54BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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