Html Css Color HEX #D53DCD Fuchsia

📋 copy color: '#D53DCD'

red 213 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #D53DCD

Tints of Fuchsia #D53DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 44.47%
G = 12.73%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D53DCD (or 0xD53DCD) is known color: Fuchsia. HEX triplet: D5, 3D and CD. RGB value is (213,61,205). Sum of RGB (Red+Green+Blue) = 213+61+205=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DCD is #2AC232. Grayscale: #7A7A7A. Windows color (decimal): -2802227 or 13450709. OLE color: 13450709.

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

Color convert

RGB 213 61 205 -
CMYK 0 0.71 0.04 0.16
HSL 303.16º 0.64% 0.54% -
HSV(B) 303.16º 0.71% 0.84% -
XYZ 40.13 21.89 59.87 -
YUV 122.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 213 61 205 0 0.71 0.04 0.16 303.16 0.64 0.54
Hex D5 3D CD 0 47 4 10 12F 40 36
Octal 325 75 315 0 107 4 20 457 100 66
Binary 11010101 111101 11001101 0 1000111 100 10000 100101111 1000000 110110

Color Harmonies of #D53DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DCD

Black with #D53DCD

Text Example


Text Example

White with #D53DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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