Html Css Color HEX #D545AE Fuchsia

📋 copy color: '#D545AE'

red 213 ◦ green 69 ◦ blue 174

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

Shades of Fuchsia #D545AE

Tints of Fuchsia #D545AE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.13%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 46.71%
G = 15.13%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D545AE (or 0xD545AE) is known color: Fuchsia. HEX triplet: D5, 45 and AE. RGB value is (213,69,174). Sum of RGB (Red+Green+Blue) = 213+69+174=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D545AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545AE is #2ABA51. Grayscale: #7B7B7B. Windows color (decimal): -2800210 or 11421141. OLE color: 11421141.

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

Color convert

RGB 213 69 174 -
CMYK 0 0.68 0.18 0.16
HSL 316.25º 0.63% 0.55% -
HSV(B) 316.25º 0.68% 0.84% -
XYZ 37.21 21.46 42.23 -
YUV 124.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 213 69 174 0 0.68 0.18 0.16 316.25 0.63 0.55
Hex D5 45 AE 0 44 12 10 13C 3F 37
Octal 325 105 256 0 104 22 20 474 77 67
Binary 11010101 1000101 10101110 0 1000100 10010 10000 100111100 111111 110111

Color Harmonies of #D545AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545AE

Black with #D545AE

Text Example


Text Example

White with #D545AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545AE; }

 p { color: rgb(213,69,174); }

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

background-color css

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

 a { background-color: rgb(213,69,174); }

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

border-color css

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

 span { border-color: rgb(213,69,174); }

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