Html Css Color HEX #D55CC1 Fuchsia

📋 copy color: '#D55CC1'

red 213 ◦ green 92 ◦ blue 193

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

Shades of Fuchsia #D55CC1

Tints of Fuchsia #D55CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

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

R = 42.77%
G = 18.47%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D55CC1 (or 0xD55CC1) is known color: Fuchsia. HEX triplet: D5, 5C and C1. RGB value is (213,92,193). Sum of RGB (Red+Green+Blue) = 213+92+193=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC1 is #2AA33E. Grayscale: #8B8B8B. Windows color (decimal): -2794303 or 12672213. OLE color: 12672213.

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

Color convert

RGB 213 92 193 -
CMYK 0 0.57 0.09 0.16
HSL 309.92º 0.59% 0.6% -
HSV(B) 309.92º 0.57% 0.84% -
XYZ 40.89 25.65 53.25 -
YUV 139.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 213 92 193 0 0.57 0.09 0.16 309.92 0.59 0.6
Hex D5 5C C1 0 39 9 10 136 3B 3C
Octal 325 134 301 0 71 11 20 466 73 74
Binary 11010101 1011100 11000001 0 111001 1001 10000 100110110 111011 111100

Color Harmonies of #D55CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CC1

Black with #D55CC1

Text Example


Text Example

White with #D55CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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