Html Css Color HEX #D656C3 Fuchsia

📋 copy color: '#D656C3'

red 214 ◦ green 86 ◦ blue 195

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

Shades of Fuchsia #D656C3

Tints of Fuchsia #D656C3

RGB

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

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

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

R = 43.23%
G = 17.37%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D656C3 (or 0xD656C3) is known color: Fuchsia. HEX triplet: D6, 56 and C3. RGB value is (214,86,195). Sum of RGB (Red+Green+Blue) = 214+86+195=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C3 is #29A93C. Grayscale: #888888. Windows color (decimal): -2730301 or 12801750. OLE color: 12801750.

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

Color convert

RGB 214 86 195 -
CMYK 0 0.60 0.09 0.16
HSL 308.91º 0.61% 0.59% -
HSV(B) 308.91º 0.6% 0.84% -
XYZ 40.91 24.89 54.28 -
YUV 136.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 214 86 195 0 0.60 0.09 0.16 308.91 0.61 0.59
Hex D6 56 C3 0 3C 9 10 135 3D 3B
Octal 326 126 303 0 74 11 20 465 75 73
Binary 11010110 1010110 11000011 0 111100 1001 10000 100110101 111101 111011

Color Harmonies of #D656C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D656C3

Black with #D656C3

Text Example


Text Example

White with #D656C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D656C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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