Html Css Color HEX #D259C8 Fuchsia

📋 copy color: '#D259C8'

red 210 ◦ green 89 ◦ blue 200

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

Shades of Fuchsia #D259C8

Tints of Fuchsia #D259C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 42.08%
G = 17.84%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D259C8 (or 0xD259C8) is known color: Fuchsia. HEX triplet: D2, 59 and C8. RGB value is (210,89,200). Sum of RGB (Red+Green+Blue) = 210+89+200=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D259C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259C8 is #2DA637. Grayscale: #898989. Windows color (decimal): -2991672 or 13130194. OLE color: 13130194.

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

Color convert

RGB 210 89 200 -
CMYK 0 0.58 0.05 0.18
HSL 304.96º 0.57% 0.59% -
HSV(B) 304.96º 0.58% 0.82% -
XYZ 40.58 25.02 57.33 -
YUV 137.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 210 89 200 0 0.58 0.05 0.18 304.96 0.57 0.59
Hex D2 59 C8 0 3A 5 12 131 39 3B
Octal 322 131 310 0 72 5 22 461 71 73
Binary 11010010 1011001 11001000 0 111010 101 10010 100110001 111001 111011

Color Harmonies of #D259C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259C8

Black with #D259C8

Text Example


Text Example

White with #D259C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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