Html Css Color HEX #D656C2 Fuchsia

📋 copy color: '#D656C2'

red 214 ◦ green 86 ◦ blue 194

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

Shades of Fuchsia #D656C2

Tints of Fuchsia #D656C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.27%

R = 43.32%
G = 17.41%
B = 39.27%

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

#D656C2 (or 0xD656C2) is known color: Fuchsia. HEX triplet: D6, 56 and C2. RGB value is (214,86,194). Sum of RGB (Red+Green+Blue) = 214+86+194=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C2 is #29A93D. Grayscale: #888888. Windows color (decimal): -2730302 or 12736214. OLE color: 12736214.

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

Color convert

RGB 214 86 194 -
CMYK 0 0.60 0.09 0.16
HSL 309.38º 0.61% 0.59% -
HSV(B) 309.38º 0.6% 0.84% -
XYZ 40.8 24.85 53.68 -
YUV 136.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 214 86 194 0 0.60 0.09 0.16 309.38 0.61 0.59
Hex D6 56 C2 0 3C 9 10 135 3D 3B
Octal 326 126 302 0 74 11 20 465 75 73
Binary 11010110 1010110 11000010 0 111100 1001 10000 100110101 111101 111011

Color Harmonies of #D656C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D656C2

Black with #D656C2

Text Example


Text Example

White with #D656C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D656C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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