Html Css Color HEX #D54BC8 Fuchsia

📋 copy color: '#D54BC8'

red 213 ◦ green 75 ◦ blue 200

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

Shades of Fuchsia #D54BC8

Tints of Fuchsia #D54BC8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

 BLUE value IS 200 (78.52% from 255) = 40.98%

R = 43.65%
G = 15.37%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D54BC8 (or 0xD54BC8) is known color: Fuchsia. HEX triplet: D5, 4B and C8. RGB value is (213,75,200). Sum of RGB (Red+Green+Blue) = 213+75+200=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC8 is #2AB437. Grayscale: #828282. Windows color (decimal): -2798648 or 13126613. OLE color: 13126613.

HSL color Cylindrical-coordinate representation of color #D54BC8: hue angle of 305.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54BC8 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 75 200 -
CMYK 0 0.65 0.06 0.16
HSL 305.65º 0.62% 0.56% -
HSV(B) 305.65º 0.65% 0.84% -
XYZ 40.38 23.35 57.02 -
YUV 130.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 213 75 200 0 0.65 0.06 0.16 305.65 0.62 0.56
Hex D5 4B C8 0 41 6 10 132 3E 38
Octal 325 113 310 0 101 6 20 462 76 70
Binary 11010101 1001011 11001000 0 1000001 110 10000 100110010 111110 111000

Color Harmonies of #D54BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BC8

Black with #D54BC8

Text Example


Text Example

White with #D54BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BC8; }

 p { color: rgb(213,75,200); }

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

background-color css

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

 a { background-color: rgb(213,75,200); }

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

border-color css

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

 span { border-color: rgb(213,75,200); }

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