#D65CB7

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

Shades of Fuchsia #D65CB7

Tints of Fuchsia #D65CB7

Color information

#D65CB7 (or 0xD65CB7) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and B7. RGB value is (214,92,183). Sum of RGB (Red+Green+Blue) = 214+92+183=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CB7 is #29A348. Grayscale: #8A8A8A. Windows color (decimal): -2728777 or 12016854. OLE color: 12016854.

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

Color convert

RGB21492183-
CMYK00.570.140.16
HSL315.25º59.8%60%-
HSV(B)315.25º57.01%83.92%-
XYZ40.1125.3747.58-
YUV138.85152.92181.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=43.76%
G=18.81%
B=37.42%

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
Decimal2149218300.570.140.16315.2559.860
HexD65CB7039E1013b3c3c
Octal32613426707116204737474
Binary110101101011100101101110111001111010000100111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CB7; }

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

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

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

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

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

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

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

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