Html Css Color HEX #D557C3 Fuchsia

📋 copy color: '#D557C3'

red 213 ◦ green 87 ◦ blue 195

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

Shades of Fuchsia #D557C3

Tints of Fuchsia #D557C3

RGB

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

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

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

R = 43.03%
G = 17.58%
B = 39.39%

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

#D557C3 (or 0xD557C3) is known color: Fuchsia. HEX triplet: D5, 57 and C3. RGB value is (213,87,195). Sum of RGB (Red+Green+Blue) = 213+87+195=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D557C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557C3 is #2AA83C. Grayscale: #888888. Windows color (decimal): -2795581 or 12802005. OLE color: 12802005.

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

Color convert

RGB 213 87 195 -
CMYK 0 0.59 0.08 0.16
HSL 308.57º 0.6% 0.59% -
HSV(B) 308.57º 0.59% 0.84% -
XYZ 40.7 24.9 54.29 -
YUV 136.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 213 87 195 0 0.59 0.08 0.16 308.57 0.6 0.59
Hex D5 57 C3 0 3B 8 10 135 3C 3B
Octal 325 127 303 0 73 10 20 465 74 73
Binary 11010101 1010111 11000011 0 111011 1000 10000 100110101 111100 111011

Color Harmonies of #D557C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557C3

Black with #D557C3

Text Example


Text Example

White with #D557C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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