Html Css Color HEX #D556C3 Fuchsia

📋 copy color: '#D556C3'

red 213 ◦ green 86 ◦ blue 195

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

Shades of Fuchsia #D556C3

Tints of Fuchsia #D556C3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.41%

 BLUE value IS 195 (76.56% from 255) = 39.47%

R = 43.12%
G = 17.41%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D556C3 (or 0xD556C3) is known color: Fuchsia. HEX triplet: D5, 56 and C3. RGB value is (213,86,195). Sum of RGB (Red+Green+Blue) = 213+86+195=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D556C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556C3 is #2AA93C. Grayscale: #888888. Windows color (decimal): -2795837 or 12801749. OLE color: 12801749.

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

Color convert

RGB 213 86 195 -
CMYK 0 0.60 0.08 0.16
HSL 308.5º 0.6% 0.59% -
HSV(B) 308.5º 0.6% 0.84% -
XYZ 40.62 24.74 54.26 -
YUV 136.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 213 86 195 0 0.60 0.08 0.16 308.5 0.6 0.59
Hex D5 56 C3 0 3C 8 10 135 3C 3B
Octal 325 126 303 0 74 10 20 465 74 73
Binary 11010101 1010110 11000011 0 111100 1000 10000 100110101 111100 111011

Color Harmonies of #D556C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556C3

Black with #D556C3

Text Example


Text Example

White with #D556C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556C3; }

 p { color: rgb(213,86,195); }

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

background-color css

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

 a { background-color: rgb(213,86,195); }

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

border-color css

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

 span { border-color: rgb(213,86,195); }

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