#D65DBB

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

Shades of Fuchsia #D65DBB

Tints of Fuchsia #D65DBB

Color information

#D65DBB (or 0xD65DBB) is unknown color: approx Fuchsia. HEX triplet: D6, 5D and BB. RGB value is (214,93,187). Sum of RGB (Red+Green+Blue) = 214+93+187=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DBB is #29A244. Grayscale: #8B8B8B. Windows color (decimal): -2728517 or 12279254. OLE color: 12279254.

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

Color convert

RGB21493187-
CMYK00.570.130.16
HSL313.39º59.61%60.2%-
HSV(B)313.39º56.54%83.92%-
XYZ40.6225.7149.84-
YUV139.9154.59180.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=43.32%
G=18.83%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149318700.570.130.16313.3959.6160.2
HexD65DBB039D101393c3c
Octal32613527307115204717474
Binary110101101011101101110110111001110110000100111001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DBB; }

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

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

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

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

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

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

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

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