Html Css Color HEX #D259C9 Fuchsia

📋 copy color: '#D259C9'

red 210 ◦ green 89 ◦ blue 201

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

Shades of Fuchsia #D259C9

Tints of Fuchsia #D259C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 42%
G = 17.8%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D259C9 (or 0xD259C9) is known color: Fuchsia. HEX triplet: D2, 59 and C9. RGB value is (210,89,201). Sum of RGB (Red+Green+Blue) = 210+89+201=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D259C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259C9 is #2DA636. Grayscale: #898989. Windows color (decimal): -2991671 or 13195730. OLE color: 13195730.

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

Color convert

RGB 210 89 201 -
CMYK 0 0.58 0.04 0.18
HSL 304.46º 0.57% 0.59% -
HSV(B) 304.46º 0.58% 0.82% -
XYZ 40.69 25.06 57.95 -
YUV 137.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 210 89 201 0 0.58 0.04 0.18 304.46 0.57 0.59
Hex D2 59 C9 0 3A 4 12 130 39 3B
Octal 322 131 311 0 72 4 22 460 71 73
Binary 11010010 1011001 11001001 0 111010 100 10010 100110000 111001 111011

Color Harmonies of #D259C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259C9

Black with #D259C9

Text Example


Text Example

White with #D259C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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