Html Css Color HEX #D442AE Fuchsia

📋 copy color: '#D442AE'

red 212 ◦ green 66 ◦ blue 174

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

Shades of Fuchsia #D442AE

Tints of Fuchsia #D442AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.6%

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

R = 46.9%
G = 14.6%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D442AE (or 0xD442AE) is known color: Fuchsia. HEX triplet: D4, 42 and AE. RGB value is (212,66,174). Sum of RGB (Red+Green+Blue) = 212+66+174=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D442AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D442AE is #2BBD51. Grayscale: #797979. Windows color (decimal): -2866514 or 11420372. OLE color: 11420372.

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

Color convert

RGB 212 66 174 -
CMYK 0 0.69 0.18 0.17
HSL 315.62º 0.63% 0.55% -
HSV(B) 315.62º 0.69% 0.83% -
XYZ 36.74 20.95 42.15 -
YUV 121.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 212 66 174 0 0.69 0.18 0.17 315.62 0.63 0.55
Hex D4 42 AE 0 45 12 11 13C 3F 37
Octal 324 102 256 0 105 22 21 474 77 67
Binary 11010100 1000010 10101110 0 1000101 10010 10001 100111100 111111 110111

Color Harmonies of #D442AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442AE

Black with #D442AE

Text Example


Text Example

White with #D442AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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