#D65FC0

Color #D65FC0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D65FC0

Tints of Fuchsia #D65FC0

Color information

#D65FC0 (or 0xD65FC0) is unknown color: approx Fuchsia. HEX triplet: D6, 5F and C0. RGB value is (214,95,192). Sum of RGB (Red+Green+Blue) = 214+95+192=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FC0 is #29A03F. Grayscale: #8D8D8D. Windows color (decimal): -2728000 or 12607446. OLE color: 12607446.

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

Color convert

RGB21495192-
CMYK00.560.100.16
HSL311.09º59.2%60.59%-
HSV(B)311.09º55.61%83.92%-
XYZ41.3426.2952.76-
YUV141.64156.42179.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=42.71%
G=18.96%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149519200.560.100.16311.0959.260.59
HexD65FC0038A101373b3d
Octal32613730007012204677375
Binary110101101011111110000000111000101010000100110111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65FC0; }

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

 H1.HeaderClassName
 {
   color: #D65FC0;
 }
 .AnyTagClassName
 {
   color: #D65FC0;
 }
</style>
background-color css

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

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

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

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

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

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