Html Css Color HEX #D358AE Fuchsia

📋 copy color: '#D358AE'

red 211 ◦ green 88 ◦ blue 174

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

Shades of Fuchsia #D358AE

Tints of Fuchsia #D358AE

RGB

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

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

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

R = 44.61%
G = 18.6%
B = 36.79%

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

#D358AE (or 0xD358AE) is known color: Fuchsia. HEX triplet: D3, 58 and AE. RGB value is (211,88,174). Sum of RGB (Red+Green+Blue) = 211+88+174=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D358AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358AE is #2CA751. Grayscale: #868686. Windows color (decimal): -2926418 or 11426003. OLE color: 11426003.

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

Color convert

RGB 211 88 174 -
CMYK 0 0.58 0.18 0.17
HSL 318.05º 0.58% 0.59% -
HSV(B) 318.05º 0.58% 0.83% -
XYZ 37.99 23.88 42.65 -
YUV 134.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 211 88 174 0 0.58 0.18 0.17 318.05 0.58 0.59
Hex D3 58 AE 0 3A 12 11 13E 3A 3B
Octal 323 130 256 0 72 22 21 476 72 73
Binary 11010011 1011000 10101110 0 111010 10010 10001 100111110 111010 111011

Color Harmonies of #D358AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358AE

Black with #D358AE

Text Example


Text Example

White with #D358AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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