Html Css Color HEX #D54DBF Fuchsia

📋 copy color: '#D54DBF'

red 213 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #D54DBF

Tints of Fuchsia #D54DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 44.28%
G = 16.01%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D54DBF (or 0xD54DBF) is known color: Fuchsia. HEX triplet: D5, 4D and BF. RGB value is (213,77,191). Sum of RGB (Red+Green+Blue) = 213+77+191=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DBF is #2AB240. Grayscale: #828282. Windows color (decimal): -2798145 or 12537301. OLE color: 12537301.

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

Color convert

RGB 213 77 191 -
CMYK 0 0.64 0.10 0.16
HSL 309.71º 0.62% 0.57% -
HSV(B) 309.71º 0.64% 0.84% -
XYZ 39.5 23.22 51.69 -
YUV 130.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 213 77 191 0 0.64 0.10 0.16 309.71 0.62 0.57
Hex D5 4D BF 0 40 A 10 136 3E 39
Octal 325 115 277 0 100 12 20 466 76 71
Binary 11010101 1001101 10111111 0 1000000 1010 10000 100110110 111110 111001

Color Harmonies of #D54DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DBF

Black with #D54DBF

Text Example


Text Example

White with #D54DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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