Html Css Color HEX #D54DC4 Fuchsia

📋 copy color: '#D54DC4'

red 213 ◦ green 77 ◦ blue 196

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

Shades of Fuchsia #D54DC4

Tints of Fuchsia #D54DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.84%

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

R = 43.83%
G = 15.84%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54DC4 (or 0xD54DC4) is known color: Fuchsia. HEX triplet: D5, 4D and C4. RGB value is (213,77,196). Sum of RGB (Red+Green+Blue) = 213+77+196=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC4 is #2AB23B. Grayscale: #828282. Windows color (decimal): -2798140 or 12864981. OLE color: 12864981.

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

Color convert

RGB 213 77 196 -
CMYK 0 0.64 0.08 0.16
HSL 307.5º 0.62% 0.57% -
HSV(B) 307.5º 0.64% 0.84% -
XYZ 40.06 23.44 54.64 -
YUV 131.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 213 77 196 0 0.64 0.08 0.16 307.5 0.62 0.57
Hex D5 4D C4 0 40 8 10 134 3E 39
Octal 325 115 304 0 100 10 20 464 76 71
Binary 11010101 1001101 11000100 0 1000000 1000 10000 100110100 111110 111001

Color Harmonies of #D54DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DC4

Black with #D54DC4

Text Example


Text Example

White with #D54DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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