Html Css Color HEX #D54CB0 Fuchsia

📋 copy color: '#D54CB0'

red 213 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #D54CB0

Tints of Fuchsia #D54CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 45.81%
G = 16.34%
B = 37.85%

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

#D54CB0 (or 0xD54CB0) is known color: Fuchsia. HEX triplet: D5, 4C and B0. RGB value is (213,76,176). Sum of RGB (Red+Green+Blue) = 213+76+176=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CB0 is #2AB34F. Grayscale: #808080. Windows color (decimal): -2798416 or 11554005. OLE color: 11554005.

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

Color convert

RGB 213 76 176 -
CMYK 0 0.64 0.17 0.16
HSL 316.2º 0.62% 0.57% -
HSV(B) 316.2º 0.64% 0.84% -
XYZ 37.86 22.45 43.41 -
YUV 128.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 213 76 176 0 0.64 0.17 0.16 316.2 0.62 0.57
Hex D5 4C B0 0 40 11 10 13C 3E 39
Octal 325 114 260 0 100 21 20 474 76 71
Binary 11010101 1001100 10110000 0 1000000 10001 10000 100111100 111110 111001

Color Harmonies of #D54CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CB0

Black with #D54CB0

Text Example


Text Example

White with #D54CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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