#D65DB5

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

Shades of Fuchsia #D65DB5

Tints of Fuchsia #D65DB5

Color information

#D65DB5 (or 0xD65DB5) is unknown color: approx Fuchsia. HEX triplet: D6, 5D and B5. RGB value is (214,93,181). Sum of RGB (Red+Green+Blue) = 214+93+181=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DB5 is #29A24A. Grayscale: #8A8A8A. Windows color (decimal): -2728523 or 11886038. OLE color: 11886038.

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

Color convert

RGB21493181-
CMYK00.570.150.16
HSL316.36º59.61%60.2%-
HSV(B)316.36º56.54%83.92%-
XYZ39.9925.4646.52-
YUV139.21151.59181.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=43.85%
G=19.06%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149318100.570.150.16316.3659.6160.2
HexD65DB5039F1013c3c3c
Octal32613526507117204747474
Binary110101101011101101101010111001111110000100111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DB5; }

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

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

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

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

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

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

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

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