Html Css Color HEX #D259AD Fuchsia

📋 copy color: '#D259AD'

red 210 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #D259AD

Tints of Fuchsia #D259AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 44.49%
G = 18.86%
B = 36.65%

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

#D259AD (or 0xD259AD) is known color: Fuchsia. HEX triplet: D2, 59 and AD. RGB value is (210,89,173). Sum of RGB (Red+Green+Blue) = 210+89+173=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D259AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259AD is #2DA652. Grayscale: #868686. Windows color (decimal): -2991699 or 11360722. OLE color: 11360722.

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

Color convert

RGB 210 89 173 -
CMYK 0 0.58 0.18 0.18
HSL 318.35º 0.57% 0.59% -
HSV(B) 318.35º 0.58% 0.82% -
XYZ 37.69 23.86 42.15 -
YUV 134.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 210 89 173 0 0.58 0.18 0.18 318.35 0.57 0.59
Hex D2 59 AD 0 3A 12 12 13E 39 3B
Octal 322 131 255 0 72 22 22 476 71 73
Binary 11010010 1011001 10101101 0 111010 10010 10010 100111110 111001 111011

Color Harmonies of #D259AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259AD

Black with #D259AD

Text Example


Text Example

White with #D259AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259AD; }

 p { color: rgb(210,89,173); }

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

background-color css

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

 a { background-color: rgb(210,89,173); }

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

border-color css

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

 span { border-color: rgb(210,89,173); }

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