Html Css Color HEX #D553AF Fuchsia

📋 copy color: '#D553AF'

red 213 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #D553AF

Tints of Fuchsia #D553AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.62%

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

R = 45.22%
G = 17.62%
B = 37.15%

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

#D553AF (or 0xD553AF) is known color: Fuchsia. HEX triplet: D5, 53 and AF. RGB value is (213,83,175). Sum of RGB (Red+Green+Blue) = 213+83+175=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D553AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D553AF is #2AAC50. Grayscale: #848484. Windows color (decimal): -2796625 or 11490261. OLE color: 11490261.

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

Color convert

RGB 213 83 175 -
CMYK 0 0.61 0.18 0.16
HSL 317.54º 0.61% 0.58% -
HSV(B) 317.54º 0.61% 0.84% -
XYZ 38.27 23.43 43.06 -
YUV 132.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 213 83 175 0 0.61 0.18 0.16 317.54 0.61 0.58
Hex D5 53 AF 0 3D 12 10 13E 3D 3A
Octal 325 123 257 0 75 22 20 476 75 72
Binary 11010101 1010011 10101111 0 111101 10010 10000 100111110 111101 111010

Color Harmonies of #D553AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553AF

Black with #D553AF

Text Example


Text Example

White with #D553AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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