Html Css Color HEX #D55DC2 Fuchsia

📋 copy color: '#D55DC2'

red 213 ◦ green 93 ◦ blue 194

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

Shades of Fuchsia #D55DC2

Tints of Fuchsia #D55DC2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.6%

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

R = 42.6%
G = 18.6%
B = 38.8%

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

#D55DC2 (or 0xD55DC2) is known color: Fuchsia. HEX triplet: D5, 5D and C2. RGB value is (213,93,194). Sum of RGB (Red+Green+Blue) = 213+93+194=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC2 is #2AA23D. Grayscale: #8C8C8C. Windows color (decimal): -2794046 or 12738005. OLE color: 12738005.

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

Color convert

RGB 213 93 194 -
CMYK 0 0.56 0.09 0.16
HSL 309.5º 0.59% 0.6% -
HSV(B) 309.5º 0.56% 0.84% -
XYZ 41.09 25.87 53.87 -
YUV 140.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 213 93 194 0 0.56 0.09 0.16 309.5 0.59 0.6
Hex D5 5D C2 0 38 9 10 136 3B 3C
Octal 325 135 302 0 70 11 20 466 73 74
Binary 11010101 1011101 11000010 0 111000 1001 10000 100110110 111011 111100

Color Harmonies of #D55DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DC2

Black with #D55DC2

Text Example


Text Example

White with #D55DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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