Html Css Color HEX #D656B1 Fuchsia

📋 copy color: '#D656B1'

red 214 ◦ green 86 ◦ blue 177

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

Shades of Fuchsia #D656B1

Tints of Fuchsia #D656B1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.03%

 BLUE value IS 177 (69.53% from 255) = 37.11%

R = 44.86%
G = 18.03%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D656B1 (or 0xD656B1) is known color: Fuchsia. HEX triplet: D6, 56 and B1. RGB value is (214,86,177). Sum of RGB (Red+Green+Blue) = 214+86+177=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D656B1 is #29A94E. Grayscale: #868686. Windows color (decimal): -2730319 or 11622102. OLE color: 11622102.

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

Color convert

RGB 214 86 177 -
CMYK 0 0.60 0.17 0.16
HSL 317.34º 0.61% 0.59% -
HSV(B) 317.34º 0.6% 0.84% -
XYZ 39 24.13 44.2 -
YUV 134.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 214 86 177 0 0.60 0.17 0.16 317.34 0.61 0.59
Hex D6 56 B1 0 3C 11 10 13D 3D 3B
Octal 326 126 261 0 74 21 20 475 75 73
Binary 11010110 1010110 10110001 0 111100 10001 10000 100111101 111101 111011

Color Harmonies of #D656B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D656B1

Black with #D656B1

Text Example


Text Example

White with #D656B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D656B1; }

 p { color: rgb(214,86,177); }

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

background-color css

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

 a { background-color: rgb(214,86,177); }

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

border-color css

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

 span { border-color: rgb(214,86,177); }

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