#D65CB2

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

Shades of Fuchsia #D65CB2

Tints of Fuchsia #D65CB2

Color information

#D65CB2 (or 0xD65CB2) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and B2. RGB value is (214,92,178). Sum of RGB (Red+Green+Blue) = 214+92+178=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CB2 is #29A34D. Grayscale: #8A8A8A. Windows color (decimal): -2728782 or 11689174. OLE color: 11689174.

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

Color convert

RGB21492178-
CMYK00.570.170.16
HSL317.7º59.8%60%-
HSV(B)317.7º57.01%83.92%-
XYZ39.5925.1644.89-
YUV138.28150.42182.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=44.21%
G=19.01%
B=36.78%

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
Decimal2149217800.570.170.16317.759.860
HexD65CB2039111013e3c3c
Octal32613426207121204767474
Binary1101011010111001011001001110011000110000100111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CB2; }

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

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

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

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

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

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

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

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