Html Css Color HEX #D55EC2 Fuchsia

📋 copy color: '#D55EC2'

red 213 ◦ green 94 ◦ blue 194

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

Shades of Fuchsia #D55EC2

Tints of Fuchsia #D55EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.76%

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 42.51%
G = 18.76%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D55EC2 (or 0xD55EC2) is known color: Fuchsia. HEX triplet: D5, 5E and C2. RGB value is (213,94,194). Sum of RGB (Red+Green+Blue) = 213+94+194=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EC2 is #2AA13D. Grayscale: #8C8C8C. Windows color (decimal): -2793790 or 12738261. OLE color: 12738261.

HSL color Cylindrical-coordinate representation of color #D55EC2: hue angle of 309.58º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55EC2 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 194 -
CMYK 0 0.56 0.09 0.16
HSL 309.58º 0.59% 0.6% -
HSV(B) 309.58º 0.56% 0.84% -
XYZ 41.18 26.05 53.9 -
YUV 140.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 213 94 194 0 0.56 0.09 0.16 309.58 0.59 0.6
Hex D5 5E C2 0 38 9 10 136 3B 3C
Octal 325 136 302 0 70 11 20 466 73 74
Binary 11010101 1011110 11000010 0 111000 1001 10000 100110110 111011 111100

Color Harmonies of #D55EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EC2

Black with #D55EC2

Text Example


Text Example

White with #D55EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EC2; }

 p { color: rgb(213,94,194); }

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

background-color css

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

 a { background-color: rgb(213,94,194); }

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

border-color css

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

 span { border-color: rgb(213,94,194); }

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