Html Css Color HEX #D55CC2 Fuchsia

📋 copy color: '#D55CC2'

red 213 ◦ green 92 ◦ blue 194

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

Shades of Fuchsia #D55CC2

Tints of Fuchsia #D55CC2

RGB

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

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

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

R = 42.69%
G = 18.44%
B = 38.88%

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

#D55CC2 (or 0xD55CC2) is known color: Fuchsia. HEX triplet: D5, 5C and C2. RGB value is (213,92,194). Sum of RGB (Red+Green+Blue) = 213+92+194=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC2 is #2AA33D. Grayscale: #8B8B8B. Windows color (decimal): -2794302 or 12737749. OLE color: 12737749.

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

Color convert

RGB 213 92 194 -
CMYK 0 0.57 0.09 0.16
HSL 309.42º 0.59% 0.6% -
HSV(B) 309.42º 0.57% 0.84% -
XYZ 41.01 25.7 53.84 -
YUV 139.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 213 92 194 0 0.57 0.09 0.16 309.42 0.59 0.6
Hex D5 5C C2 0 39 9 10 135 3B 3C
Octal 325 134 302 0 71 11 20 465 73 74
Binary 11010101 1011100 11000010 0 111001 1001 10000 100110101 111011 111100

Color Harmonies of #D55CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CC2

Black with #D55CC2

Text Example


Text Example

White with #D55CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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