#D65DB9

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

Shades of Fuchsia #D65DB9

Tints of Fuchsia #D65DB9

Color information

#D65DB9 (or 0xD65DB9) is unknown color: approx Fuchsia. HEX triplet: D6, 5D and B9. RGB value is (214,93,185). Sum of RGB (Red+Green+Blue) = 214+93+185=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DB9 is #29A246. Grayscale: #8B8B8B. Windows color (decimal): -2728519 or 12148182. OLE color: 12148182.

HSL color Cylindrical-coordinate representation of color #D65DB9: hue angle of 314.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DB9 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21493185-
CMYK00.570.140.16
HSL314.38º59.61%60.2%-
HSV(B)314.38º56.54%83.92%-
XYZ40.425.6348.72-
YUV139.67153.59181.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=43.50%
G=18.90%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149318500.570.140.16314.3859.6160.2
HexD65DB9039E1013a3c3c
Octal32613527107116204727474
Binary110101101011101101110010111001111010000100111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DB9; }

 p { color: rgb(214,93,185); }

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

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

 a { background-color: rgb(214,93,185); }

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

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

 span { border-color: rgb(214,93,185); }

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