Html Css Color HEX #D659B6 Fuchsia

📋 copy color: '#D659B6'

red 214 ◦ green 89 ◦ blue 182

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

Shades of Fuchsia #D659B6

Tints of Fuchsia #D659B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 44.12%
G = 18.35%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D659B6 (or 0xD659B6) is known color: Fuchsia. HEX triplet: D6, 59 and B6. RGB value is (214,89,182). Sum of RGB (Red+Green+Blue) = 214+89+182=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D659B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659B6 is #29A649. Grayscale: #888888. Windows color (decimal): -2729546 or 11950550. OLE color: 11950550.

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

Color convert

RGB 214 89 182 -
CMYK 0 0.58 0.15 0.16
HSL 315.36º 0.6% 0.59% -
HSV(B) 315.36º 0.58% 0.84% -
XYZ 39.75 24.82 46.95 -
YUV 136.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 214 89 182 0 0.58 0.15 0.16 315.36 0.6 0.59
Hex D6 59 B6 0 3A F 10 13B 3C 3B
Octal 326 131 266 0 72 17 20 473 74 73
Binary 11010110 1011001 10110110 0 111010 1111 10000 100111011 111100 111011

Color Harmonies of #D659B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659B6

Black with #D659B6

Text Example


Text Example

White with #D659B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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