Html Css Color HEX #D656C0 Fuchsia

📋 copy color: '#D656C0'

red 214 ◦ green 86 ◦ blue 192

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

Shades of Fuchsia #D656C0

Tints of Fuchsia #D656C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 43.5%
G = 17.48%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D656C0 (or 0xD656C0) is known color: Fuchsia. HEX triplet: D6, 56 and C0. RGB value is (214,86,192). Sum of RGB (Red+Green+Blue) = 214+86+192=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C0 is #29A93F. Grayscale: #888888. Windows color (decimal): -2730304 or 12605142. OLE color: 12605142.

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

Color convert

RGB 214 86 192 -
CMYK 0 0.60 0.10 0.16
HSL 310.31º 0.61% 0.59% -
HSV(B) 310.31º 0.6% 0.84% -
XYZ 40.57 24.76 52.51 -
YUV 136.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 214 86 192 0 0.60 0.10 0.16 310.31 0.61 0.59
Hex D6 56 C0 0 3C A 10 136 3D 3B
Octal 326 126 300 0 74 12 20 466 75 73
Binary 11010110 1010110 11000000 0 111100 1010 10000 100110110 111101 111011

Color Harmonies of #D656C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D656C0

Black with #D656C0

Text Example


Text Example

White with #D656C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D656C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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