Html Css Color HEX #D53ECE Fuchsia

📋 copy color: '#D53ECE'

red 213 ◦ green 62 ◦ blue 206

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

Shades of Fuchsia #D53ECE

Tints of Fuchsia #D53ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 44.28%
G = 12.89%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D53ECE (or 0xD53ECE) is known color: Fuchsia. HEX triplet: D5, 3E and CE. RGB value is (213,62,206). Sum of RGB (Red+Green+Blue) = 213+62+206=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ECE is #2AC131. Grayscale: #7B7B7B. Windows color (decimal): -2801970 or 13516501. OLE color: 13516501.

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

Color convert

RGB 213 62 206 -
CMYK 0 0.71 0.03 0.16
HSL 302.78º 0.64% 0.54% -
HSV(B) 302.78º 0.71% 0.84% -
XYZ 40.3 22.05 60.52 -
YUV 123.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 213 62 206 0 0.71 0.03 0.16 302.78 0.64 0.54
Hex D5 3E CE 0 47 3 10 12F 40 36
Octal 325 76 316 0 107 3 20 457 100 66
Binary 11010101 111110 11001110 0 1000111 11 10000 100101111 1000000 110110

Color Harmonies of #D53ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ECE

Black with #D53ECE

Text Example


Text Example

White with #D53ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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