Html Css Color HEX #D450AE Fuchsia

📋 copy color: '#D450AE'

red 212 ◦ green 80 ◦ blue 174

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

Shades of Fuchsia #D450AE

Tints of Fuchsia #D450AE

RGB

 RED value IS 212 (83.2% from 255) = 45.49%

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

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

R = 45.49%
G = 17.17%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D450AE (or 0xD450AE) is known color: Fuchsia. HEX triplet: D4, 50 and AE. RGB value is (212,80,174). Sum of RGB (Red+Green+Blue) = 212+80+174=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D450AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450AE is #2BAF51. Grayscale: #818181. Windows color (decimal): -2862930 or 11423956. OLE color: 11423956.

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

Color convert

RGB 212 80 174 -
CMYK 0 0.62 0.18 0.17
HSL 317.27º 0.61% 0.57% -
HSV(B) 317.27º 0.62% 0.83% -
XYZ 37.66 22.79 42.46 -
YUV 130.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 212 80 174 0 0.62 0.18 0.17 317.27 0.61 0.57
Hex D4 50 AE 0 3E 12 11 13D 3D 39
Octal 324 120 256 0 76 22 21 475 75 71
Binary 11010100 1010000 10101110 0 111110 10010 10001 100111101 111101 111001

Color Harmonies of #D450AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450AE

Black with #D450AE

Text Example


Text Example

White with #D450AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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