Html Css Color HEX #D55FC2 Fuchsia

📋 copy color: '#D55FC2'

red 213 ◦ green 95 ◦ blue 194

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

Shades of Fuchsia #D55FC2

Tints of Fuchsia #D55FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

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

R = 42.43%
G = 18.92%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D55FC2 (or 0xD55FC2) is known color: Fuchsia. HEX triplet: D5, 5F and C2. RGB value is (213,95,194). Sum of RGB (Red+Green+Blue) = 213+95+194=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC2 is #2AA03D. Grayscale: #8D8D8D. Windows color (decimal): -2793534 or 12738517. OLE color: 12738517.

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

Color convert

RGB 213 95 194 -
CMYK 0 0.55 0.09 0.16
HSL 309.66º 0.58% 0.6% -
HSV(B) 309.66º 0.55% 0.84% -
XYZ 41.27 26.23 53.93 -
YUV 141.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 213 95 194 0 0.55 0.09 0.16 309.66 0.58 0.6
Hex D5 5F C2 0 37 9 10 136 3A 3C
Octal 325 137 302 0 67 11 20 466 72 74
Binary 11010101 1011111 11000010 0 110111 1001 10000 100110110 111010 111100

Color Harmonies of #D55FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FC2

Black with #D55FC2

Text Example


Text Example

White with #D55FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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