Html Css Color HEX #D358AC Fuchsia

📋 copy color: '#D358AC'

red 211 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #D358AC

Tints of Fuchsia #D358AC

RGB

 RED value IS 211 (82.81% from 255) = 44.8%

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

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

R = 44.8%
G = 18.68%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D358AC (or 0xD358AC) is known color: Fuchsia. HEX triplet: D3, 58 and AC. RGB value is (211,88,172). Sum of RGB (Red+Green+Blue) = 211+88+172=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D358AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358AC is #2CA753. Grayscale: #868686. Windows color (decimal): -2926420 or 11294931. OLE color: 11294931.

HSL color Cylindrical-coordinate representation of color #D358AC: hue angle of 319.02º degrees, saturation: 0.58, 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 #D358AC is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 88 172 -
CMYK 0 0.58 0.18 0.17
HSL 319.02º 0.58% 0.59% -
HSV(B) 319.02º 0.58% 0.83% -
XYZ 37.8 23.81 41.63 -
YUV 134.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 211 88 172 0 0.58 0.18 0.17 319.02 0.58 0.59
Hex D3 58 AC 0 3A 12 11 13F 3A 3B
Octal 323 130 254 0 72 22 21 477 72 73
Binary 11010011 1011000 10101100 0 111010 10010 10001 100111111 111010 111011

Color Harmonies of #D358AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358AC

Black with #D358AC

Text Example


Text Example

White with #D358AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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