Html Css Color HEX #D543AD Fuchsia

📋 copy color: '#D543AD'

red 213 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #D543AD

Tints of Fuchsia #D543AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.79%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 47.02%
G = 14.79%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D543AD (or 0xD543AD) is known color: Fuchsia. HEX triplet: D5, 43 and AD. RGB value is (213,67,173). Sum of RGB (Red+Green+Blue) = 213+67+173=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D543AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D543AD is #2ABC52. Grayscale: #7A7A7A. Windows color (decimal): -2800723 or 11355093. OLE color: 11355093.

HSL color Cylindrical-coordinate representation of color #D543AD: hue angle of 316.44º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D543AD is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 173 -
CMYK 0 0.69 0.19 0.16
HSL 316.44º 0.63% 0.55% -
HSV(B) 316.44º 0.69% 0.84% -
XYZ 36.99 21.18 41.67 -
YUV 122.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 213 67 173 0 0.69 0.19 0.16 316.44 0.63 0.55
Hex D5 43 AD 0 45 13 10 13C 3F 37
Octal 325 103 255 0 105 23 20 474 77 67
Binary 11010101 1000011 10101101 0 1000101 10011 10000 100111100 111111 110111

Color Harmonies of #D543AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D543AD

Black with #D543AD

Text Example


Text Example

White with #D543AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D543AD; }

 p { color: rgb(213,67,173); }

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

background-color css

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

 a { background-color: rgb(213,67,173); }

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

border-color css

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

 span { border-color: rgb(213,67,173); }

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