Html Css Color HEX #D557AF Fuchsia

📋 copy color: '#D557AF'

red 213 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #D557AF

Tints of Fuchsia #D557AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 44.84%
G = 18.32%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D557AF (or 0xD557AF) is known color: Fuchsia. HEX triplet: D5, 57 and AF. RGB value is (213,87,175). Sum of RGB (Red+Green+Blue) = 213+87+175=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D557AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557AF is #2AA850. Grayscale: #868686. Windows color (decimal): -2795601 or 11491285. OLE color: 11491285.

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

Color convert

RGB 213 87 175 -
CMYK 0 0.59 0.18 0.16
HSL 318.1º 0.6% 0.59% -
HSV(B) 318.1º 0.59% 0.84% -
XYZ 38.59 24.06 43.17 -
YUV 134.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 213 87 175 0 0.59 0.18 0.16 318.1 0.6 0.59
Hex D5 57 AF 0 3B 12 10 13E 3C 3B
Octal 325 127 257 0 73 22 20 476 74 73
Binary 11010101 1010111 10101111 0 111011 10010 10000 100111110 111100 111011

Color Harmonies of #D557AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557AF

Black with #D557AF

Text Example


Text Example

White with #D557AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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