Html Css Color HEX #D53DC0 Fuchsia

📋 copy color: '#D53DC0'

red 213 ◦ green 61 ◦ blue 192

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

Shades of Fuchsia #D53DC0

Tints of Fuchsia #D53DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.09%

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 45.71%
G = 13.09%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D53DC0 (or 0xD53DC0) is known color: Fuchsia. HEX triplet: D5, 3D and C0. RGB value is (213,61,192). Sum of RGB (Red+Green+Blue) = 213+61+192=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DC0 is #2AC23F. Grayscale: #797979. Windows color (decimal): -2802240 or 12598741. OLE color: 12598741.

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

Color convert

RGB 213 61 192 -
CMYK 0 0.71 0.10 0.16
HSL 308.29º 0.64% 0.54% -
HSV(B) 308.29º 0.71% 0.84% -
XYZ 38.62 21.29 51.94 -
YUV 121.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 213 61 192 0 0.71 0.10 0.16 308.29 0.64 0.54
Hex D5 3D C0 0 47 A 10 134 40 36
Octal 325 75 300 0 107 12 20 464 100 66
Binary 11010101 111101 11000000 0 1000111 1010 10000 100110100 1000000 110110

Color Harmonies of #D53DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DC0

Black with #D53DC0

Text Example


Text Example

White with #D53DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DC0; }

 p { color: rgb(213,61,192); }

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

background-color css

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

 a { background-color: rgb(213,61,192); }

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

border-color css

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

 span { border-color: rgb(213,61,192); }

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