Html Css Color HEX #D259CA Fuchsia

📋 copy color: '#D259CA'

red 210 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #D259CA

Tints of Fuchsia #D259CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 41.92%
G = 17.76%
B = 40.32%

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

#D259CA (or 0xD259CA) is known color: Fuchsia. HEX triplet: D2, 59 and CA. RGB value is (210,89,202). Sum of RGB (Red+Green+Blue) = 210+89+202=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CA is #2DA635. Grayscale: #898989. Windows color (decimal): -2991670 or 13261266. OLE color: 13261266.

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

Color convert

RGB 210 89 202 -
CMYK 0 0.58 0.04 0.18
HSL 303.97º 0.57% 0.59% -
HSV(B) 303.97º 0.58% 0.82% -
XYZ 40.81 25.11 58.57 -
YUV 138.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 210 89 202 0 0.58 0.04 0.18 303.97 0.57 0.59
Hex D2 59 CA 0 3A 4 12 130 39 3B
Octal 322 131 312 0 72 4 22 460 71 73
Binary 11010010 1011001 11001010 0 111010 100 10010 100110000 111001 111011

Color Harmonies of #D259CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259CA

Black with #D259CA

Text Example


Text Example

White with #D259CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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