Html Css Color HEX #D550AE Fuchsia

📋 copy color: '#D550AE'

red 213 ◦ green 80 ◦ blue 174

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

Shades of Fuchsia #D550AE

Tints of Fuchsia #D550AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 45.61%
G = 17.13%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D550AE (or 0xD550AE) is known color: Fuchsia. HEX triplet: D5, 50 and AE. RGB value is (213,80,174). Sum of RGB (Red+Green+Blue) = 213+80+174=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D550AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550AE is #2AAF51. Grayscale: #828282. Windows color (decimal): -2797394 or 11423957. OLE color: 11423957.

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

Color convert

RGB 213 80 174 -
CMYK 0 0.62 0.18 0.16
HSL 317.59º 0.61% 0.57% -
HSV(B) 317.59º 0.62% 0.84% -
XYZ 37.95 22.94 42.47 -
YUV 130.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 213 80 174 0 0.62 0.18 0.16 317.59 0.61 0.57
Hex D5 50 AE 0 3E 12 10 13E 3D 39
Octal 325 120 256 0 76 22 20 476 75 71
Binary 11010101 1010000 10101110 0 111110 10010 10000 100111110 111101 111001

Color Harmonies of #D550AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550AE

Black with #D550AE

Text Example


Text Example

White with #D550AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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