Html Css Color HEX #D55DC1 Fuchsia

📋 copy color: '#D55DC1'

red 213 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #D55DC1

Tints of Fuchsia #D55DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 42.69%
G = 18.64%
B = 38.68%

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

#D55DC1 (or 0xD55DC1) is known color: Fuchsia. HEX triplet: D5, 5D and C1. RGB value is (213,93,193). Sum of RGB (Red+Green+Blue) = 213+93+193=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC1 is #2AA23E. Grayscale: #8C8C8C. Windows color (decimal): -2794047 or 12672469. OLE color: 12672469.

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

Color convert

RGB 213 93 193 -
CMYK 0 0.56 0.09 0.16
HSL 310º 0.59% 0.6% -
HSV(B) 310º 0.56% 0.84% -
XYZ 40.98 25.83 53.28 -
YUV 140.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 213 93 193 0 0.56 0.09 0.16 310 0.59 0.6
Hex D5 5D C1 0 38 9 10 136 3B 3C
Octal 325 135 301 0 70 11 20 466 73 74
Binary 11010101 1011101 11000001 0 111000 1001 10000 100110110 111011 111100

Color Harmonies of #D55DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DC1

Black with #D55DC1

Text Example


Text Example

White with #D55DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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