#D665B2

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

Shades of Fuchsia #D665B2

Tints of Fuchsia #D665B2

Color information

#D665B2 (or 0xD665B2) is unknown color: approx Fuchsia. HEX triplet: D6, 65 and B2. RGB value is (214,101,178). Sum of RGB (Red+Green+Blue) = 214+101+178=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665B2 is #299A4D. Grayscale: #8F8F8F. Windows color (decimal): -2726478 or 11691478. OLE color: 11691478.

HSL color Cylindrical-coordinate representation of color #D665B2: hue angle of 319.12º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665B2 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214101178-
CMYK00.530.170.16
HSL319.12º57.95%61.76%-
HSV(B)319.12º52.8%83.92%-
XYZ40.4226.8245.17-
YUV143.56147.44178.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=43.41%
G=20.49%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410117800.530.170.16319.1257.9561.76
HexD665B2035111013f3a3e
Octal32614526206521204777276
Binary1101011011001011011001001101011000110000100111111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665B2; }

 p { color: rgb(214,101,178); }

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

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

 a { background-color: rgb(214,101,178); }

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

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

 span { border-color: rgb(214,101,178); }

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