Html Css Color HEX #D54CB2 Fuchsia

📋 copy color: '#D54CB2'

red 213 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #D54CB2

Tints of Fuchsia #D54CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 45.61%
G = 16.27%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D54CB2 (or 0xD54CB2) is known color: Fuchsia. HEX triplet: D5, 4C and B2. RGB value is (213,76,178). Sum of RGB (Red+Green+Blue) = 213+76+178=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CB2 is #2AB34D. Grayscale: #808080. Windows color (decimal): -2798414 or 11685077. OLE color: 11685077.

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

Color convert

RGB 213 76 178 -
CMYK 0 0.64 0.16 0.16
HSL 315.33º 0.62% 0.57% -
HSV(B) 315.33º 0.64% 0.84% -
XYZ 38.06 22.53 44.46 -
YUV 128.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 213 76 178 0 0.64 0.16 0.16 315.33 0.62 0.57
Hex D5 4C B2 0 40 10 10 13B 3E 39
Octal 325 114 262 0 100 20 20 473 76 71
Binary 11010101 1001100 10110010 0 1000000 10000 10000 100111011 111110 111001

Color Harmonies of #D54CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CB2

Black with #D54CB2

Text Example


Text Example

White with #D54CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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