#D65CB1

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

Shades of Fuchsia #D65CB1

Tints of Fuchsia #D65CB1

Color information

#D65CB1 (or 0xD65CB1) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and B1. RGB value is (214,92,177). Sum of RGB (Red+Green+Blue) = 214+92+177=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CB1 is #29A34E. Grayscale: #898989. Windows color (decimal): -2728783 or 11623638. OLE color: 11623638.

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

Color convert

RGB21492177-
CMYK00.570.170.16
HSL318.2º59.8%60%-
HSV(B)318.2º57.01%83.92%-
XYZ39.4925.1244.36-
YUV138.17149.92182.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=44.31%
G=19.05%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149217700.570.170.16318.259.860
HexD65CB1039111013e3c3c
Octal32613426107121204767474
Binary1101011010111001011000101110011000110000100111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CB1; }

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

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

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

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

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

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

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

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