Html Css Color HEX #D54CBF Fuchsia

📋 copy color: '#D54CBF'

red 213 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #D54CBF

Tints of Fuchsia #D54CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

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

R = 44.38%
G = 15.83%
B = 39.79%

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

#D54CBF (or 0xD54CBF) is known color: Fuchsia. HEX triplet: D5, 4C and BF. RGB value is (213,76,191). Sum of RGB (Red+Green+Blue) = 213+76+191=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CBF is #2AB340. Grayscale: #818181. Windows color (decimal): -2798401 or 12537045. OLE color: 12537045.

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

Color convert

RGB 213 76 191 -
CMYK 0 0.64 0.10 0.16
HSL 309.64º 0.62% 0.57% -
HSV(B) 309.64º 0.64% 0.84% -
XYZ 39.43 23.08 51.67 -
YUV 130.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 213 76 191 0 0.64 0.10 0.16 309.64 0.62 0.57
Hex D5 4C BF 0 40 A 10 136 3E 39
Octal 325 114 277 0 100 12 20 466 76 71
Binary 11010101 1001100 10111111 0 1000000 1010 10000 100110110 111110 111001

Color Harmonies of #D54CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CBF

Black with #D54CBF

Text Example


Text Example

White with #D54CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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