Html Css Color HEX #D54CB1 Fuchsia

📋 copy color: '#D54CB1'

red 213 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #D54CB1

Tints of Fuchsia #D54CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.98%

R = 45.71%
G = 16.31%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D54CB1 (or 0xD54CB1) is known color: Fuchsia. HEX triplet: D5, 4C and B1. RGB value is (213,76,177). Sum of RGB (Red+Green+Blue) = 213+76+177=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CB1 is #2AB34E. Grayscale: #808080. Windows color (decimal): -2798415 or 11619541. OLE color: 11619541.

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

Color convert

RGB 213 76 177 -
CMYK 0 0.64 0.17 0.16
HSL 315.77º 0.62% 0.57% -
HSV(B) 315.77º 0.64% 0.84% -
XYZ 37.96 22.49 43.94 -
YUV 128.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 213 76 177 0 0.64 0.17 0.16 315.77 0.62 0.57
Hex D5 4C B1 0 40 11 10 13C 3E 39
Octal 325 114 261 0 100 21 20 474 76 71
Binary 11010101 1001100 10110001 0 1000000 10001 10000 100111100 111110 111001

Color Harmonies of #D54CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CB1

Black with #D54CB1

Text Example


Text Example

White with #D54CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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