Html Css Color HEX #D656B6 Fuchsia

📋 copy color: '#D656B6'

red 214 ◦ green 86 ◦ blue 182

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

Shades of Fuchsia #D656B6

Tints of Fuchsia #D656B6

RGB

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

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

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

R = 44.4%
G = 17.84%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D656B6 (or 0xD656B6) is known color: Fuchsia. HEX triplet: D6, 56 and B6. RGB value is (214,86,182). Sum of RGB (Red+Green+Blue) = 214+86+182=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656B6 is #29A949. Grayscale: #868686. Windows color (decimal): -2730314 or 11949782. OLE color: 11949782.

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

Color convert

RGB 214 86 182 -
CMYK 0 0.60 0.15 0.16
HSL 315º 0.61% 0.59% -
HSV(B) 315º 0.6% 0.84% -
XYZ 39.5 24.33 46.87 -
YUV 135.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 214 86 182 0 0.60 0.15 0.16 315 0.61 0.59
Hex D6 56 B6 0 3C F 10 13B 3D 3B
Octal 326 126 266 0 74 17 20 473 75 73
Binary 11010110 1010110 10110110 0 111100 1111 10000 100111011 111101 111011

Color Harmonies of #D656B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D656B6

Black with #D656B6

Text Example


Text Example

White with #D656B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D656B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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