Html Css Color HEX #D53ECC Fuchsia

📋 copy color: '#D53ECC'

red 213 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #D53ECC

Tints of Fuchsia #D53ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.94%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 44.47%
G = 12.94%
B = 42.59%

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

#D53ECC (or 0xD53ECC) is known color: Fuchsia. HEX triplet: D5, 3E and CC. RGB value is (213,62,204). Sum of RGB (Red+Green+Blue) = 213+62+204=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ECC is #2AC133. Grayscale: #7A7A7A. Windows color (decimal): -2801972 or 13385429. OLE color: 13385429.

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

Color convert

RGB 213 62 204 -
CMYK 0 0.71 0.04 0.16
HSL 303.58º 0.64% 0.54% -
HSV(B) 303.58º 0.71% 0.84% -
XYZ 40.06 21.95 59.25 -
YUV 123.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 213 62 204 0 0.71 0.04 0.16 303.58 0.64 0.54
Hex D5 3E CC 0 47 4 10 130 40 36
Octal 325 76 314 0 107 4 20 460 100 66
Binary 11010101 111110 11001100 0 1000111 100 10000 100110000 1000000 110110

Color Harmonies of #D53ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ECC

Black with #D53ECC

Text Example


Text Example

White with #D53ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ECC; }

 p { color: rgb(213,62,204); }

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

background-color css

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

 a { background-color: rgb(213,62,204); }

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

border-color css

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

 span { border-color: rgb(213,62,204); }

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