Html Css Color HEX #D54BC4 Fuchsia

📋 copy color: '#D54BC4'

red 213 ◦ green 75 ◦ blue 196

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

Shades of Fuchsia #D54BC4

Tints of Fuchsia #D54BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 44.01%
G = 15.5%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54BC4 (or 0xD54BC4) is known color: Fuchsia. HEX triplet: D5, 4B and C4. RGB value is (213,75,196). Sum of RGB (Red+Green+Blue) = 213+75+196=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC4 is #2AB43B. Grayscale: #818181. Windows color (decimal): -2798652 or 12864469. OLE color: 12864469.

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

Color convert

RGB 213 75 196 -
CMYK 0 0.65 0.08 0.16
HSL 307.39º 0.62% 0.56% -
HSV(B) 307.39º 0.65% 0.84% -
XYZ 39.92 23.16 54.59 -
YUV 130.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 213 75 196 0 0.65 0.08 0.16 307.39 0.62 0.56
Hex D5 4B C4 0 41 8 10 133 3E 38
Octal 325 113 304 0 101 10 20 463 76 70
Binary 11010101 1001011 11000100 0 1000001 1000 10000 100110011 111110 111000

Color Harmonies of #D54BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BC4

Black with #D54BC4

Text Example


Text Example

White with #D54BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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