#D65DAF

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

Shades of Fuchsia #D65DAF

Tints of Fuchsia #D65DAF

Color information

#D65DAF (or 0xD65DAF) is unknown color: approx Fuchsia. HEX triplet: D6, 5D and AF. RGB value is (214,93,175). Sum of RGB (Red+Green+Blue) = 214+93+175=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DAF is #29A250. Grayscale: #8A8A8A. Windows color (decimal): -2728529 or 11492822. OLE color: 11492822.

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

Color convert

RGB21493175-
CMYK00.570.180.16
HSL319.34º59.61%60.2%-
HSV(B)319.34º56.54%83.92%-
XYZ39.3825.2243.35-
YUV138.53148.59181.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=44.40%
G=19.29%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149317500.570.180.16319.3459.6160.2
HexD65DAF039121013f3c3c
Octal32613525707122204777474
Binary1101011010111011010111101110011001010000100111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DAF; }

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

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

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

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

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

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

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

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