Html Css Color HEX #D458AC Fuchsia

📋 copy color: '#D458AC'

red 212 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #D458AC

Tints of Fuchsia #D458AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.64%

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 44.92%
G = 18.64%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D458AC (or 0xD458AC) is known color: Fuchsia. HEX triplet: D4, 58 and AC. RGB value is (212,88,172). Sum of RGB (Red+Green+Blue) = 212+88+172=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D458AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D458AC is #2BA753. Grayscale: #868686. Windows color (decimal): -2860884 or 11294932. OLE color: 11294932.

HSL color Cylindrical-coordinate representation of color #D458AC: hue angle of 319.35º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D458AC is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 172 -
CMYK 0 0.58 0.19 0.17
HSL 319.35º 0.59% 0.59% -
HSV(B) 319.35º 0.58% 0.83% -
XYZ 38.09 23.96 41.65 -
YUV 134.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 212 88 172 0 0.58 0.19 0.17 319.35 0.59 0.59
Hex D4 58 AC 0 3A 13 11 13F 3B 3B
Octal 324 130 254 0 72 23 21 477 73 73
Binary 11010100 1011000 10101100 0 111010 10011 10001 100111111 111011 111011

Color Harmonies of #D458AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458AC

Black with #D458AC

Text Example


Text Example

White with #D458AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458AC; }

 p { color: rgb(212,88,172); }

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

background-color css

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

 a { background-color: rgb(212,88,172); }

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

border-color css

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

 span { border-color: rgb(212,88,172); }

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