Html Css Color HEX #D258AC Fuchsia

📋 copy color: '#D258AC'

red 210 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #D258AC

Tints of Fuchsia #D258AC

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

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

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

R = 44.68%
G = 18.72%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D258AC (or 0xD258AC) is known color: Fuchsia. HEX triplet: D2, 58 and AC. RGB value is (210,88,172). Sum of RGB (Red+Green+Blue) = 210+88+172=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D258AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258AC is #2DA753. Grayscale: #858585. Windows color (decimal): -2991956 or 11294930. OLE color: 11294930.

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

Color convert

RGB 210 88 172 -
CMYK 0 0.58 0.18 0.18
HSL 318.69º 0.58% 0.58% -
HSV(B) 318.69º 0.58% 0.82% -
XYZ 37.51 23.66 41.62 -
YUV 134.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 210 88 172 0 0.58 0.18 0.18 318.69 0.58 0.58
Hex D2 58 AC 0 3A 12 12 13F 3A 3A
Octal 322 130 254 0 72 22 22 477 72 72
Binary 11010010 1011000 10101100 0 111010 10010 10010 100111111 111010 111010

Color Harmonies of #D258AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258AC

Black with #D258AC

Text Example


Text Example

White with #D258AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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