#D65CB9

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

Shades of Fuchsia #D65CB9

Tints of Fuchsia #D65CB9

Color information

#D65CB9 (or 0xD65CB9) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and B9. RGB value is (214,92,185). Sum of RGB (Red+Green+Blue) = 214+92+185=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CB9 is #29A346. Grayscale: #8A8A8A. Windows color (decimal): -2728775 or 12147926. OLE color: 12147926.

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

Color convert

RGB21492185-
CMYK00.570.140.16
HSL314.26º59.8%60%-
HSV(B)314.26º57.01%83.92%-
XYZ40.3225.4548.69-
YUV139.08153.92181.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=43.58%
G=18.74%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149218500.570.140.16314.2659.860
HexD65CB9039E1013a3c3c
Octal32613427107116204727474
Binary110101101011100101110010111001111010000100111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CB9; }

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

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

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

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

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

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

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

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