Html Css Color HEX #D438AE Fuchsia

📋 copy color: '#D438AE'

red 212 ◦ green 56 ◦ blue 174

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

Shades of Fuchsia #D438AE

Tints of Fuchsia #D438AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

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

R = 47.96%
G = 12.67%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D438AE (or 0xD438AE) is known color: Fuchsia. HEX triplet: D4, 38 and AE. RGB value is (212,56,174). Sum of RGB (Red+Green+Blue) = 212+56+174=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D438AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D438AE is #2BC751. Grayscale: #737373. Windows color (decimal): -2869074 or 11417812. OLE color: 11417812.

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

Color convert

RGB 212 56 174 -
CMYK 0 0.74 0.18 0.17
HSL 314.62º 0.64% 0.53% -
HSV(B) 314.62º 0.74% 0.83% -
XYZ 36.21 19.88 41.97 -
YUV 116.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 212 56 174 0 0.74 0.18 0.17 314.62 0.64 0.53
Hex D4 38 AE 0 4A 12 11 13B 40 35
Octal 324 70 256 0 112 22 21 473 100 65
Binary 11010100 111000 10101110 0 1001010 10010 10001 100111011 1000000 110101

Color Harmonies of #D438AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D438AE

Black with #D438AE

Text Example


Text Example

White with #D438AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D438AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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