#D65CBE

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

Shades of Fuchsia #D65CBE

Tints of Fuchsia #D65CBE

Color information

#D65CBE (or 0xD65CBE) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and BE. RGB value is (214,92,190). Sum of RGB (Red+Green+Blue) = 214+92+190=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CBE is #29A341. Grayscale: #8B8B8B. Windows color (decimal): -2728770 or 12475606. OLE color: 12475606.

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

Color convert

RGB21492190-
CMYK00.570.110.16
HSL311.8º59.8%60%-
HSV(B)311.8º57.01%83.92%-
XYZ40.8525.6751.52-
YUV139.65156.42181.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=43.15%
G=18.55%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149219000.570.110.16311.859.860
HexD65CBE039B101383c3c
Octal32613427607113204707474
Binary110101101011100101111100111001101110000100111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CBE; }

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

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

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

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

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

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

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

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