Html Css Color HEX #D554AF Fuchsia

📋 copy color: '#D554AF'

red 213 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #D554AF

Tints of Fuchsia #D554AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

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

R = 45.13%
G = 17.8%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D554AF (or 0xD554AF) is known color: Fuchsia. HEX triplet: D5, 54 and AF. RGB value is (213,84,175). Sum of RGB (Red+Green+Blue) = 213+84+175=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D554AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554AF is #2AAB50. Grayscale: #848484. Windows color (decimal): -2796369 or 11490517. OLE color: 11490517.

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

Color convert

RGB 213 84 175 -
CMYK 0 0.61 0.18 0.16
HSL 317.67º 0.61% 0.58% -
HSV(B) 317.67º 0.61% 0.84% -
XYZ 38.35 23.58 43.09 -
YUV 132.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 213 84 175 0 0.61 0.18 0.16 317.67 0.61 0.58
Hex D5 54 AF 0 3D 12 10 13E 3D 3A
Octal 325 124 257 0 75 22 20 476 75 72
Binary 11010101 1010100 10101111 0 111101 10010 10000 100111110 111101 111010

Color Harmonies of #D554AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554AF

Black with #D554AF

Text Example


Text Example

White with #D554AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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