Html Css Color HEX #D53FC4 Fuchsia

📋 copy color: '#D53FC4'

red 213 ◦ green 63 ◦ blue 196

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

Shades of Fuchsia #D53FC4

Tints of Fuchsia #D53FC4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

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

R = 45.13%
G = 13.35%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D53FC4 (or 0xD53FC4) is known color: Fuchsia. HEX triplet: D5, 3F and C4. RGB value is (213,63,196). Sum of RGB (Red+Green+Blue) = 213+63+196=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FC4 is #2AC03B. Grayscale: #7A7A7A. Windows color (decimal): -2801724 or 12861397. OLE color: 12861397.

HSL color Cylindrical-coordinate representation of color #D53FC4: hue angle of 306.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FC4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 196 -
CMYK 0 0.70 0.08 0.16
HSL 306.8º 0.64% 0.54% -
HSV(B) 306.8º 0.7% 0.84% -
XYZ 39.18 21.69 54.35 -
YUV 123.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 213 63 196 0 0.70 0.08 0.16 306.8 0.64 0.54
Hex D5 3F C4 0 46 8 10 133 40 36
Octal 325 77 304 0 106 10 20 463 100 66
Binary 11010101 111111 11000100 0 1000110 1000 10000 100110011 1000000 110110

Color Harmonies of #D53FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FC4

Black with #D53FC4

Text Example


Text Example

White with #D53FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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