Html Css Color HEX #D557C5 Fuchsia

📋 copy color: '#D557C5'

red 213 ◦ green 87 ◦ blue 197

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

Shades of Fuchsia #D557C5

Tints of Fuchsia #D557C5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.51%

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 42.86%
G = 17.51%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D557C5 (or 0xD557C5) is known color: Fuchsia. HEX triplet: D5, 57 and C5. RGB value is (213,87,197). Sum of RGB (Red+Green+Blue) = 213+87+197=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D557C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557C5 is #2AA83A. Grayscale: #888888. Windows color (decimal): -2795579 or 12933077. OLE color: 12933077.

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

Color convert

RGB 213 87 197 -
CMYK 0 0.59 0.08 0.16
HSL 307.62º 0.6% 0.59% -
HSV(B) 307.62º 0.59% 0.84% -
XYZ 40.93 24.99 55.49 -
YUV 137.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 213 87 197 0 0.59 0.08 0.16 307.62 0.6 0.59
Hex D5 57 C5 0 3B 8 10 134 3C 3B
Octal 325 127 305 0 73 10 20 464 74 73
Binary 11010101 1010111 11000101 0 111011 1000 10000 100110100 111100 111011

Color Harmonies of #D557C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557C5

Black with #D557C5

Text Example


Text Example

White with #D557C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557C5; }

 p { color: rgb(213,87,197); }

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

background-color css

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

 a { background-color: rgb(213,87,197); }

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

border-color css

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

 span { border-color: rgb(213,87,197); }

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