#D65CB5

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

Shades of Fuchsia #D65CB5

Tints of Fuchsia #D65CB5

Color information

#D65CB5 (or 0xD65CB5) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and B5. RGB value is (214,92,181). Sum of RGB (Red+Green+Blue) = 214+92+181=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CB5 is #29A34A. Grayscale: #8A8A8A. Windows color (decimal): -2728779 or 11885782. OLE color: 11885782.

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

Color convert

RGB21492181-
CMYK00.570.150.16
HSL316.23º59.8%60%-
HSV(B)316.23º57.01%83.92%-
XYZ39.925.2946.49-
YUV138.62151.92181.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=43.94%
G=18.89%
B=37.17%

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
Decimal2149218100.570.150.16316.2359.860
HexD65CB5039F1013c3c3c
Octal32613426507117204747474
Binary110101101011100101101010111001111110000100111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CB5; }

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

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

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

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

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

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

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

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