Html Css Color HEX #D659C3 Fuchsia

📋 copy color: '#D659C3'

red 214 ◦ green 89 ◦ blue 195

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

Shades of Fuchsia #D659C3

Tints of Fuchsia #D659C3

RGB

 RED value IS 214 (83.98% from 255) = 42.97%

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

 BLUE value IS 195 (76.56% from 255) = 39.16%

R = 42.97%
G = 17.87%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D659C3 (or 0xD659C3) is known color: Fuchsia. HEX triplet: D6, 59 and C3. RGB value is (214,89,195). Sum of RGB (Red+Green+Blue) = 214+89+195=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D659C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659C3 is #29A63C. Grayscale: #8A8A8A. Windows color (decimal): -2729533 or 12802518. OLE color: 12802518.

HSL color Cylindrical-coordinate representation of color #D659C3: hue angle of 309.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659C3 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 195 -
CMYK 0 0.58 0.09 0.16
HSL 309.12º 0.6% 0.59% -
HSV(B) 309.12º 0.58% 0.84% -
XYZ 41.15 25.38 54.36 -
YUV 138.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 214 89 195 0 0.58 0.09 0.16 309.12 0.6 0.59
Hex D6 59 C3 0 3A 9 10 135 3C 3B
Octal 326 131 303 0 72 11 20 465 74 73
Binary 11010110 1011001 11000011 0 111010 1001 10000 100110101 111100 111011

Color Harmonies of #D659C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659C3

Black with #D659C3

Text Example


Text Example

White with #D659C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659C3; }

 p { color: rgb(214,89,195); }

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

background-color css

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

 a { background-color: rgb(214,89,195); }

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

border-color css

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

 span { border-color: rgb(214,89,195); }

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