Html Css Color HEX #D54CB5 Fuchsia

📋 copy color: '#D54CB5'

red 213 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #D54CB5

Tints of Fuchsia #D54CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 45.32%
G = 16.17%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D54CB5 (or 0xD54CB5) is known color: Fuchsia. HEX triplet: D5, 4C and B5. RGB value is (213,76,181). Sum of RGB (Red+Green+Blue) = 213+76+181=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CB5 is #2AB34A. Grayscale: #808080. Windows color (decimal): -2798411 or 11881685. OLE color: 11881685.

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

Color convert

RGB 213 76 181 -
CMYK 0 0.64 0.15 0.16
HSL 314.01º 0.62% 0.57% -
HSV(B) 314.01º 0.64% 0.84% -
XYZ 38.37 22.65 46.07 -
YUV 128.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 213 76 181 0 0.64 0.15 0.16 314.01 0.62 0.57
Hex D5 4C B5 0 40 F 10 13A 3E 39
Octal 325 114 265 0 100 17 20 472 76 71
Binary 11010101 1001100 10110101 0 1000000 1111 10000 100111010 111110 111001

Color Harmonies of #D54CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CB5

Black with #D54CB5

Text Example


Text Example

White with #D54CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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